|
|
|
|
@ -36,14 +36,14 @@ |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="12dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/config" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/selector_item" |
|
|
|
|
android:focusable="true" |
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
|
android:id="@+id/thumbnail" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="12dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:background="@drawable/selector_item" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
|