Separating double shadow logic for BubbleTextView in a separate subclass
This allows better customization and reuse of the double shadow logic and simplified
various attribute management
Change-Id: I5e277d8399756385452d8bb8c0a0107234a76d34
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 27992ce..05e66ad 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -43,10 +43,15 @@
<enum name="shortcut_popup" value="4" />
</attr>
<attr name="deferShadowGeneration" format="boolean" />
- <attr name="customShadows" format="boolean" />
<attr name="centerVertically" format="boolean" />
+ </declare-styleable>
+
+ <declare-styleable name="ShadowInfo">
<attr name="ambientShadowColor" format="color" />
+ <attr name="ambientShadowBlur" format="dimension" />
<attr name="keyShadowColor" format="color" />
+ <attr name="keyShadowBlur" format="dimension" />
+ <attr name="keyShadowOffset" format="dimension" />
</declare-styleable>
<!-- PagedView specific attributes. These attributes are used to customize