From 9f52fffc111752f6ee8963290796a6e5906b0ac1 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 27 Apr 2022 23:29:03 +0200 Subject: [PATCH] set correct background color (curerntly creates a new lint warning) Signed-off-by: Andy Scherzinger --- app/src/main/res/layout/activity_shared_items.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/activity_shared_items.xml b/app/src/main/res/layout/activity_shared_items.xml index 31cc3beaf..368d96f25 100644 --- a/app/src/main/res/layout/activity_shared_items.xml +++ b/app/src/main/res/layout/activity_shared_items.xml @@ -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">