Merge "Adding BaseActivity which can be overriden for custom behavior" into ub-launcher3-burnaby
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 845b182..a1f2845 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">