summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-04-26 22:34:49 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-04-27 05:35:28 -0700
commitda1dfa32d0dd56c8c9b4667ebd75d847329285b6 (patch)
tree5266bc8609e7ef5d6966d094f6a903254092b31d /res/values/attrs.xml
parent83519d3fb107aa2a02d3042219cdc994d8d7797d (diff)
downloadandroid_packages_apps_Trebuchet-da1dfa32d0dd56c8c9b4667ebd75d847329285b6.tar.gz
android_packages_apps_Trebuchet-da1dfa32d0dd56c8c9b4667ebd75d847329285b6.tar.bz2
android_packages_apps_Trebuchet-da1dfa32d0dd56c8c9b4667ebd75d847329285b6.zip
Creating a custom drawable to customize shadow.
> Fixing DrapTargetBar set to visible (with alpha = 0) in the start causing unnecessary draw Bug: 37616877 Change-Id: Iaaff96099910f504f6e2f81c9376ddacde50ff6a
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 18f409f34..18759f817 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -16,7 +16,7 @@
*/
-->
-<resources>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- BubbleTextView specific attributes. -->
<declare-styleable name="BubbleTextView">
@@ -111,4 +111,8 @@
</attr>
</declare-styleable>
+ <declare-styleable name="ShadowDrawable">
+ <attr name="android:src" />
+ <attr name="android:shadowColor" />
+ </declare-styleable>
</resources>