mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 19:12:45 +01:00
Merge pull request #3224 from B0pol/buttons_player
Fix captions overtaking mute button
This commit is contained in:
commit
0ee78769a1
@ -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
Block a user