Adjust background color of main activity

housekeeping/remove-warnings
Ryan Harg 2021-07-02 16:08:17 +02:00
rodzic 2ed1bd0e5a
commit c220b12110
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 89106F3A84E6958C
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/surface">
<org.funkwhale.ffa.views.DisableableFrameLayout
android:id="@+id/container"