From 2866f00f3fed5fc27ed5ed79e4937a5f5c44a768 Mon Sep 17 00:00:00 2001 From: tom79 Date: Tue, 12 Nov 2019 18:49:20 +0100 Subject: [PATCH] Fix colors --- app/src/main/res/layout/activity_show_account.xml | 4 +++- app/src/main/res/layout/tablayout_toots.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_show_account.xml b/app/src/main/res/layout/activity_show_account.xml index ae9b3eb45..2917ad9a7 100644 --- a/app/src/main/res/layout/activity_show_account.xml +++ b/app/src/main/res/layout/activity_show_account.xml @@ -27,11 +27,13 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:fitsSystemWindows="true" + android:background="?backgroundColor" > diff --git a/app/src/main/res/layout/tablayout_toots.xml b/app/src/main/res/layout/tablayout_toots.xml index b9cf313ee..c9e144b2f 100644 --- a/app/src/main/res/layout/tablayout_toots.xml +++ b/app/src/main/res/layout/tablayout_toots.xml @@ -22,7 +22,7 @@