From 4e8c4af262ebe838cdbe848c40588f4bcc4a4d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 23 Feb 2015 00:11:06 +0100 Subject: Update tab lib and fix colors of tabs --- OpenKeychain/src/main/res/layout/help_activity.xml | 5 +++-- OpenKeychain/src/main/res/layout/view_key_activity.xml | 5 +++-- OpenKeychain/src/main/res/values/colors.xml | 5 +++++ 3 files changed, 11 insertions(+), 4 deletions(-) (limited to 'OpenKeychain/src') diff --git a/OpenKeychain/src/main/res/layout/help_activity.xml b/OpenKeychain/src/main/res/layout/help_activity.xml index 6a78aa273..1722f03ea 100644 --- a/OpenKeychain/src/main/res/layout/help_activity.xml +++ b/OpenKeychain/src/main/res/layout/help_activity.xml @@ -20,8 +20,9 @@ android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" - android:textColor="#FFFFFF" - app:pstsIndicatorColor="#FFFFFF" /> + android:textColor="@color/tab_text" + app:pstsTextColorSelected="@color/tab_text_selected" + app:pstsIndicatorColor="@color/tab_indicator" /> + android:textColor="@color/tab_text" + app:pstsTextColorSelected="@color/tab_text_selected" + app:pstsIndicatorColor="@color/tab_indicator" /> #33999999 #33CCCCCC + + #70FFFFFF + #FFFFFF + #FFFFFF + #B2000000 -- cgit v1.2.3