summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-12-02 20:15:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-12-02 20:15:43 +0000
commit63c73552e6ace4dda84d05c28a948ec1a511b148 (patch)
treedea355238c0cef669e4d11734619d5a4009b8944 /res
parentedda390e6beeb958e37017736690034ff0c987c0 (diff)
parent3aa2cb56ece8461f2df69d9300c9a1abf03f6989 (diff)
downloadandroid_packages_apps_ContactsCommon-63c73552e6ace4dda84d05c28a948ec1a511b148.tar.gz
android_packages_apps_ContactsCommon-63c73552e6ace4dda84d05c28a948ec1a511b148.tar.bz2
android_packages_apps_ContactsCommon-63c73552e6ace4dda84d05c28a948ec1a511b148.zip
Merge "Remove private references to android.R.styleable"
Diffstat (limited to 'res')
-rw-r--r--res/values/attrs.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 9e8c08d8..204778ff 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -15,6 +15,25 @@
-->
<resources>
+ <declare-styleable name="Theme">
+ <attr name="android:textColorSecondary" />
+ </declare-styleable>
+
+ <declare-styleable name="ContactsDataKind">
+ <!-- Mime-type handled by this mapping. -->
+ <attr name="android:mimeType" />
+ <!-- Icon used to represent data of this kind. -->
+ <attr name="android:icon" />
+ <!-- Column in data table that summarizes this data. -->
+ <attr name="android:summaryColumn" />
+ <!-- Column in data table that contains details for this data. -->
+ <attr name="android:detailColumn" />
+ <!-- Flag indicating that detail should be built from SocialProvider. -->
+ <attr name="android:detailSocialSummary" />
+ <!-- Resource representing the term "All Contacts" (e.g. "All Friends" or
+ "All connections"). Optional (Default is "All Contacts"). -->
+ <attr name="android:allContactsName" />
+ </declare-styleable>
<declare-styleable name="ContactListItemView">
<attr name="list_item_height" format="dimension"/>