We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8f3aa commit 4fdc5eaCopy full SHA for 4fdc5ea
2 files changed
app/src/main/res/layout-large-land/player.xml
@@ -5,7 +5,8 @@
5
android:layout_width="match_parent"
6
android:layout_height="match_parent"
7
android:background="@color/black"
8
- android:gravity="center">
+ android:gravity="center"
9
+ android:theme="@style/WhiteTintTheme">
10
11
<org.schabi.newpipe.views.ExpandableSurfaceView
12
android:id="@+id/surfaceView"
app/src/main/res/layout/player.xml
@@ -6,7 +6,7 @@
android:gravity="center"
- android:theme="@style/WhiteTintTheme" >
0 commit comments