Browse Source

Adjust background color of main activity

housekeeping/remove-warnings
Ryan Harg 3 years ago
parent
commit
c220b12110
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
  1. 3
      app/src/main/res/layout/activity_main.xml

3
app/src/main/res/layout/activity_main.xml

@ -3,7 +3,8 @@ @@ -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"

Loading…
Cancel
Save