summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 34d86df2d..06454aa5a 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -60,8 +60,12 @@
<attr name="y" format="string" />
<attr name="spanX" format="string" />
<attr name="spanY" format="string" />
+ <!--
+ Temporarily disabling attr format definitions to prevent conflicts with support libs.
+ Re-enable it once AAPT starts supporting multiple definitions of same attr.
<attr name="icon" format="reference" />
<attr name="title" format="reference" />
+ -->
<attr name="uri" format="string" />
</declare-styleable>
@@ -75,7 +79,7 @@
</declare-styleable>
<declare-styleable name="PreloadIconDrawable">
- <attr name="background" format="reference" />
+ <attr name="ringBackground" format="reference" />
<attr name="ringOutset" format="dimension" />
<attr name="indicatorSize" format="dimension" />
</declare-styleable>