mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-24 11:04:49 +00:00
Fix player controls colors on large screens
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user