Fix player controls colors on large screens

pull/5927/head
krlvm 2021-03-31 19:07:27 +03:00
rodzic ad8f3aa6c9
commit 4fdc5ea646
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B8552A91FD265536
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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