From c92543e0aec14e2568e7bec6ef407bd1aa77ffeb Mon Sep 17 00:00:00 2001 From: tom79 Date: Wed, 20 Nov 2019 16:33:09 +0100 Subject: [PATCH] Fixes with colors --- app/src/main/res/layout/activity_show_account.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_show_account.xml b/app/src/main/res/layout/activity_show_account.xml index 0b91eac9c..c469a20c1 100644 --- a/app/src/main/res/layout/activity_show_account.xml +++ b/app/src/main/res/layout/activity_show_account.xml @@ -26,7 +26,7 @@ android:id="@+id/appBar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?backgroundColor" + android:background="@color/cyanea_primary_dark" android:fitsSystemWindows="true">