|
|
|
|
@ -26,7 +26,6 @@ |
|
|
|
|
android:id="@+id/choose" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:src="@drawable/ic_action_choose" |
|
|
|
|
@ -37,6 +36,7 @@ |
|
|
|
|
android:id="@+id/subtitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:src="@drawable/ic_action_subtitle" |
|
|
|
|
|