Fix player controls colors on large screens
This commit is contained in:
parent
ad8f3aa6c9
commit
4fdc5ea646
|
@ -5,7 +5,8 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/black"
|
android:background="@color/black"
|
||||||
android:gravity="center">
|
android:gravity="center"
|
||||||
|
android:theme="@style/WhiteTintTheme">
|
||||||
|
|
||||||
<org.schabi.newpipe.views.ExpandableSurfaceView
|
<org.schabi.newpipe.views.ExpandableSurfaceView
|
||||||
android:id="@+id/surfaceView"
|
android:id="@+id/surfaceView"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/black"
|
android:background="@color/black"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:theme="@style/WhiteTintTheme" >
|
android:theme="@style/WhiteTintTheme">
|
||||||
|
|
||||||
<org.schabi.newpipe.views.ExpandableSurfaceView
|
<org.schabi.newpipe.views.ExpandableSurfaceView
|
||||||
android:id="@+id/surfaceView"
|
android:id="@+id/surfaceView"
|
||||||
|
|
Loading…
Reference in New Issue