|
|
|
|
@ -49,7 +49,7 @@ |
|
|
|
|
android:id="@+id/cast" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_cast" /> |
|
|
|
|
@ -66,8 +66,8 @@ |
|
|
|
|
android:id="@+id/keep" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_keep_off" /> |
|
|
|
|
|