mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-07 18:40:04 +00:00
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_height="match_parent"
|
||||
android:background="@color/black"
|
||||
android:gravity="center">
|
||||
android:gravity="center"
|
||||
android:theme="@style/WhiteTintTheme">
|
||||
|
||||
<org.schabi.newpipe.views.ExpandableSurfaceView
|
||||
android:id="@+id/surfaceView"
|
||||
|
@ -6,7 +6,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black"
|
||||
android:gravity="center"
|
||||
android:theme="@style/WhiteTintTheme" >
|
||||
android:theme="@style/WhiteTintTheme">
|
||||
|
||||
<org.schabi.newpipe.views.ExpandableSurfaceView
|
||||
android:id="@+id/surfaceView"
|
||||
|
Loading…
Reference in New Issue
Block a user