summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2015-11-10 20:05:56 -0600
committerSteve Kondik <shade@chemlab.org>2015-11-11 04:19:25 -0800
commitc6e46644f3042d4f417daf8b777e8ea8c897dffc (patch)
tree6d91eaa3a7c36b2c88d4381374d6ec6584b6d395 /res/layout
parentd4e3f9cb74b3d1c8b81c21a908dbc8990d2a9ad9 (diff)
downloadandroid_packages_apps_ContactsCommon-c6e46644f3042d4f417daf8b777e8ea8c897dffc.tar.gz
android_packages_apps_ContactsCommon-c6e46644f3042d4f417daf8b777e8ea8c897dffc.tar.bz2
android_packages_apps_ContactsCommon-c6e46644f3042d4f417daf8b777e8ea8c897dffc.zip
Expose colors in layouts for themes
Change-Id: If4462396b2690c7854349cfb306af042c3773d72 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/contact_tile_frequent.xml2
-rw-r--r--res/layout/contact_tile_starred.xml2
-rw-r--r--res/layout/contact_tile_starred_quick_contact.xml2
3 files changed, 3 insertions, 3 deletions
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/layout/contact_tile_starred_quick_contact.xml b/res/layout/contact_tile_starred_quick_contact.xml
index ecbe5839..0888e085 100644
--- a/res/layout/contact_tile_starred_quick_contact.xml
+++ b/res/layout/contact_tile_starred_quick_contact.xml
@@ -47,7 +47,7 @@
android:id="@+id/contact_tile_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="@android:color/white"
+ android:textColor="@color/quick_contact_text_color"
android:textSize="16sp"
android:singleLine="true"
android:fadingEdge="horizontal"