fix captions overtaking mute button
This commit is contained in:
parent
f7822a448e
commit
95f0e60343
|
@ -291,7 +291,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="8dp"
|
android:layout_marginLeft="8dp"
|
||||||
android:layout_marginRight="8dp"
|
android:layout_marginRight="8dp"
|
||||||
android:layout_toLeftOf="@id/switchBackground"
|
android:layout_toLeftOf="@id/switchMute"
|
||||||
android:layout_toRightOf="@id/resizeTextView"
|
android:layout_toRightOf="@id/resizeTextView"
|
||||||
android:gravity="center|left"
|
android:gravity="center|left"
|
||||||
android:minHeight="35dp"
|
android:minHeight="35dp"
|
||||||
|
|
|
@ -289,7 +289,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="8dp"
|
android:layout_marginLeft="8dp"
|
||||||
android:layout_marginRight="8dp"
|
android:layout_marginRight="8dp"
|
||||||
android:layout_toLeftOf="@id/switchBackground"
|
android:layout_toLeftOf="@id/switchMute"
|
||||||
android:layout_toRightOf="@id/resizeTextView"
|
android:layout_toRightOf="@id/resizeTextView"
|
||||||
android:gravity="center|left"
|
android:gravity="center|left"
|
||||||
android:minHeight="35dp"
|
android:minHeight="35dp"
|
||||||
|
|
Loading…
Reference in New Issue