summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorZheng Fu <zhengfu@google.com>2014-08-26 14:26:58 -0700
committerZheng Fu <zhengfu@google.com>2014-08-27 16:46:19 -0700
commit0300386156602aa5c93ca5abd8c7c0e20eb5ee9b (patch)
tree404ae07ce8f55c9c411169c871bbd7e1a6b2e844 /res/values/colors.xml
parent4fdb649778cf79d84ae9d59ce05c52de802337eb (diff)
downloadpackages_apps_Contacts-0300386156602aa5c93ca5abd8c7c0e20eb5ee9b.tar.gz
packages_apps_Contacts-0300386156602aa5c93ca5abd8c7c0e20eb5ee9b.tar.bz2
packages_apps_Contacts-0300386156602aa5c93ca5abd8c7c0e20eb5ee9b.zip
Add padding to join contact list view
Several changes are involved: 1. Add padding to all the contact list views of ContactSelectionActivity so they can be contained in a centered card in sw600dp-land and sw720dp mode. 2. Make the tab indicator thicker on tablets. 3. Make tab text size, frequently contacted title text size, list item text size and list item line space bigger on tablet. Bug:16553819 Bug:17132856 Bug:17157006 Change-Id: I5f5a53e33f8ea090573edb1c7f23ebac7260190d
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2a53896ed..6cd9c141a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -19,9 +19,6 @@
<color name="quickcontact_entry_sub_header_text_color">#737373</color>
<color name="quickcontact_entry_header_text_color">#202020</color>
- <!-- Color of the background of the contact detail and editor pages -->
- <color name="background_primary">#f5f5f5</color>
-
<color name="background_social_updates">#ffeeeeee</color>
<!-- TODO: remove these colors once we delete the group code (b/16522929) -->
@@ -55,9 +52,6 @@
<color name="call_arrow_green">#2aad6f</color>
<color name="call_arrow_red">#ff2e58</color>
- <color name="contact_all_list_background_color">#FFFFFF</color>
- <color name="contact_favorites_list_background_color">#FFFFFF</color>
-
<!-- Background color of pinned header items. -->
<color name="list_item_pinned_header_color">#f5f5f5</color>
</resources>