Remove dublicate BubbleTextView styleable

Change-Id: Ib1db985515194dfeebe2dfa934b29023ae0a3075
This commit is contained in:
Adam Cohen
2015-03-21 09:18:40 -07:00
parent 5319b2bb3b
commit 2670980ab7
+1 -5
View File
@@ -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">