Adjust background color of main activity

This commit is contained in:
Ryan Harg 2021-07-02 16:08:17 +02:00
parent 2ed1bd0e5a
commit c220b12110
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
1 changed files with 2 additions and 1 deletions

View File

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