Skip to content

Commit 4fdc5ea

Browse files
committed
Fix player controls colors on large screens
1 parent ad8f3aa commit 4fdc5ea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/main/res/layout-large-land/player.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:background="@color/black"
8-
android:gravity="center">
8+
android:gravity="center"
9+
android:theme="@style/WhiteTintTheme">
910

1011
<org.schabi.newpipe.views.ExpandableSurfaceView
1112
android:id="@+id/surfaceView"

app/src/main/res/layout/player.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:layout_height="match_parent"
77
android:background="@color/black"
88
android:gravity="center"
9-
android:theme="@style/WhiteTintTheme" >
9+
android:theme="@style/WhiteTintTheme">
1010

1111
<org.schabi.newpipe.views.ExpandableSurfaceView
1212
android:id="@+id/surfaceView"

0 commit comments

Comments
 (0)