mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
set correct background color (curerntly creates a new lint warning)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
69b0cc683a
commit
9f52fffc11
@ -23,6 +23,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/bg_default"
|
||||
tools:context=".activities.SharedItemsActivity">
|
||||
|
||||
<com.google.android.material.appbar.MaterialToolbar
|
||||
|
Loading…
Reference in New Issue
Block a user