|
|
@ -2,13 +2,13 @@ |
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/drawableItemBackground"> |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:id="@+id/clItem" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/drawableItemBackground"> |
|
|
|
|
|
|
|
<View |
|
|
|
android:id="@+id/vwColor" |
|
|
|