summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2011-07-29 18:24:53 -0700
committerIsaac Katzenelson <isaack@android.com>2011-08-08 12:57:08 -0700
commitead19c5eafee0ffb43b02a4ae75ac5244ad3f853 (patch)
treed30838c543d661435151a7af3e15195b0c47e479 /res/values/attrs.xml
parent485f5eb5529c69c4864516c2e2762ab581c7e4ca (diff)
downloadpackages_apps_Contacts-ead19c5eafee0ffb43b02a4ae75ac5244ad3f853.tar.gz
packages_apps_Contacts-ead19c5eafee0ffb43b02a4ae75ac5244ad3f853.tar.bz2
packages_apps_Contacts-ead19c5eafee0ffb43b02a4ae75ac5244ad3f853.zip
Support for local profile
Bug: 5121834 Support local profile 5086184 Account name is overlapped by number of contacts 5082317 Text is chopped on the top in contact list 1. New headers were added at the top of the contact list to present an empty local profile. 2. Clicking the empty local profile opens the editor to allow the user to create a local profile. 3. Profiles are shown at the top of the contacts list with the "ME" header and the number of contatcs. 4. "Add to contacts" button and the starred button were removed from the details view when it is a profile. 5. Fixed a problem with a header view that remained when you had a profile or was in search mode. 6. Fixed problem with contacts count apearing in search mode Change-Id: I45615616e03a603759888d9e7169a853b3328b14
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 79d12f93a..4d4050e13 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -95,6 +95,7 @@
<attr name="list_item_header_height" format="dimension" />
<attr name="list_item_header_underline_height" format="dimension" />
<attr name="list_item_header_underline_color" format="color" />
+ <attr name="list_item_contacts_count_text_color" format="color" />
</declare-styleable>
<declare-styleable name="CallLog">