set correct background color (curerntly creates a new lint warning)

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-04-27 23:29:03 +02:00
parent 69b0cc683a
commit 9f52fffc11
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -23,6 +23,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/bg_default"
tools:context=".activities.SharedItemsActivity"> tools:context=".activities.SharedItemsActivity">
<com.google.android.material.appbar.MaterialToolbar <com.google.android.material.appbar.MaterialToolbar