summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2015-03-21 09:18:40 -0700
committerAdam Cohen <adamcohen@google.com>2015-03-21 09:18:56 -0700
commit2670980ab7e5c575e3beef3f220331256fd66c3e (patch)
tree99b7de87dd262718a21ae1e3203d5df5e17d59e0 /res
parent5319b2bb3ba25fa658f58c18130c91d9efb1f677 (diff)
downloadandroid_packages_apps_Trebuchet-2670980ab7e5c575e3beef3f220331256fd66c3e.tar.gz
android_packages_apps_Trebuchet-2670980ab7e5c575e3beef3f220331256fd66c3e.tar.bz2
android_packages_apps_Trebuchet-2670980ab7e5c575e3beef3f220331256fd66c3e.zip
Remove dublicate BubbleTextView styleable
Change-Id: Ib1db985515194dfeebe2dfa934b29023ae0a3075
Diffstat (limited to 'res')
-rw-r--r--res/values/attrs.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 845b18230..a1f28452a 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -25,6 +25,7 @@
<attr name="iconPaddingOverride" format="dimension" />
<attr name="textSizeOverride" format="dimension" />
<attr name="deferShadowGeneration" format="boolean" />
+ <attr name="customShadows" format="boolean" />
</declare-styleable>
<!-- Page Indicator specific attributes. -->
@@ -89,11 +90,6 @@
<attr name="pageIndicator" format="reference" />
</declare-styleable>
- <declare-styleable name="BubbleTextView">
- <!-- A spacing override for the icons within a page -->
- <attr name="customShadows" format="boolean" />
- </declare-styleable>
-
<!-- AppsCustomizePagedView specific attributes. These attributes are used to
customize an AppsCustomizePagedView in xml files. -->
<declare-styleable name="AppsCustomizePagedView">