mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-02-02 12:19:16 +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"
|
||||
|
Loading…
Reference in New Issue
Block a user