summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-26 09:44:27 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-02-26 09:46:11 -0800
commiteba87b1770937f44998aff5fc4b34a12b30c6440 (patch)
tree92b35a47c6547ca0c04da860e26fe3d599b65541 /res/values/attrs.xml
parent078d4de90b2a759e2fe465763f8a95bbf13592bb (diff)
downloadandroid_packages_apps_Trebuchet-eba87b1770937f44998aff5fc4b34a12b30c6440.tar.gz
android_packages_apps_Trebuchet-eba87b1770937f44998aff5fc4b34a12b30c6440.tar.bz2
android_packages_apps_Trebuchet-eba87b1770937f44998aff5fc4b34a12b30c6440.zip
Chaning the 'title' attribute format to string to be consistent
with support libraries Change-Id: I58f687f9ab5d6c0e42bebd4f0f75e1efc696b9fe
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 82f33d1c0..c5be9f200 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -100,8 +100,8 @@
<attr name="y" format="string" />
<attr name="spanX" format="string" />
<attr name="spanY" format="string" />
- <attr name="icon" format="reference" />
- <attr name="title" format="reference" />
+ <attr name="icon" format="reference" />
+ <attr name="title" format="string" />
<attr name="uri" format="string" />
</declare-styleable>