Merge branch 'rebrand/adjust-main-activity-background-color' into 'develop'

Adjust background color of main activity

See merge request funkwhale/funkwhale-android!21
This commit is contained in:
Ryan Harg 2021-07-02 14:12:24 +00:00
commit f091721292
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"