From c7c96a9a24a79507f616df16d4bcac70b624a7dc Mon Sep 17 00:00:00 2001 From: stom79 Date: Tue, 13 Nov 2018 18:56:26 +0100 Subject: [PATCH] Fix color tab bug - issue #563 --- app/src/main/res/layout/activity_show_account.xml | 1 + app/src/main/res/values/styles.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/app/src/main/res/layout/activity_show_account.xml b/app/src/main/res/layout/activity_show_account.xml index 7c41cd40f..994d6cf44 100644 --- a/app/src/main/res/layout/activity_show_account.xml +++ b/app/src/main/res/layout/activity_show_account.xml @@ -434,6 +434,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" app:tabSelectedTextColor="?attr/colorAccent" + app:tabTextColor="?attr/textColor" app:tabMode="fixed" app:tabGravity="fill" /> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index a2d5c1c81..9dbf3f79d 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -8,6 +8,7 @@ +