1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fix player controls colors on large screens

This commit is contained in:
krlvm 2021-03-31 19:07:27 +03:00
parent ad8f3aa6c9
commit 4fdc5ea646
No known key found for this signature in database
GPG Key ID: B8552A91FD265536
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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"