summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-01-12 14:37:57 -0800
committerWinson Chung <winsonc@google.com>2012-01-12 14:39:18 -0800
commit604f6df08860406543b22a8f59eded909ffb23a6 (patch)
treee57c9a6db6155f8ae9e9bf545fb53d91dda6f3a4 /res/values/attrs.xml
parent25595a611aa3ced225cc2f3ad9cc3c0ef9241912 (diff)
downloadandroid_packages_apps_Trebuchet-604f6df08860406543b22a8f59eded909ffb23a6.tar.gz
android_packages_apps_Trebuchet-604f6df08860406543b22a8f59eded909ffb23a6.tar.bz2
android_packages_apps_Trebuchet-604f6df08860406543b22a8f59eded909ffb23a6.zip
Adding workaround to make voice button target area larger (Bug 5653332)
Change-Id: I8c4e940f9ae01ac4f6808ecfb10035249c12a499
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 125856287..9ed824b44 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -27,6 +27,13 @@
<skip />
+ <!-- DrawableStateProxyView specific attributes. These attributes are used to customize
+ a DrawableStateProxyView view in XML files. -->
+ <declare-styleable name="DrawableStateProxyView">
+ <!-- The source view to delegate touch presses events to. -->
+ <attr name="sourceViewId" format="integer" />
+ </declare-styleable>
+
<!-- Cling specific attributes. These attributes are used to customize
the cling in XML files. -->
<declare-styleable name="Cling">