From 898ee9c8298e4a9a66d942ca33d068840fb2dc92 Mon Sep 17 00:00:00 2001 From: 93Akkord Date: Mon, 2 Mar 2015 19:26:18 -0800 Subject: Exposed hard coded text colors for starred/group tiles. Change-Id: I145d66592f27333150b4e670fc1e1efd7c28d22c Signed-off-by: 93Akkord --- res/layout/contact_tile_frequent.xml | 2 +- res/layout/contact_tile_starred.xml | 2 +- res/values/cm_colors.xml | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100755 res/values/cm_colors.xml diff --git a/res/layout/contact_tile_frequent.xml b/res/layout/contact_tile_frequent.xml index b1e83ce0..8c718fb2 100644 --- a/res/layout/contact_tile_frequent.xml +++ b/res/layout/contact_tile_frequent.xml @@ -38,7 +38,7 @@ android:id="@+id/contact_tile_name" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="@android:color/black" + android:textColor="@color/frequent_contact_text_color" android:textSize="@dimen/contact_browser_list_item_text_size" android:singleLine="true" android:fadingEdge="horizontal" diff --git a/res/layout/contact_tile_starred.xml b/res/layout/contact_tile_starred.xml index 777cc058..88aa1e88 100644 --- a/res/layout/contact_tile_starred.xml +++ b/res/layout/contact_tile_starred.xml @@ -43,7 +43,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="7dp" - android:textColor="#202020" + android:textColor="@color/contact_tile_text_color" android:textSize="@dimen/contact_browser_list_item_text_size" android:singleLine="true" android:fadingEdge="horizontal" diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml new file mode 100755 index 00000000..53e920ab --- /dev/null +++ b/res/values/cm_colors.xml @@ -0,0 +1,20 @@ + + + + #ff202020 + #ff000000 + -- cgit v1.2.3