aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-21 00:35:31 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-21 00:35:31 -0800
commit654dfd4670ff90d0b6c9af0688e805b9e7da8302 (patch)
tree06342b745f6ebf06eb0c37f3ffe80705ee0c3346 /java/res
parentb094490e5f5ab11c7273ac159ef93087003f882d (diff)
parentf3c4cd45a5df6f90b922ea44db259e53117bb25a (diff)
downloadlatinime-654dfd4670ff90d0b6c9af0688e805b9e7da8302.tar.gz
latinime-654dfd4670ff90d0b6c9af0688e805b9e7da8302.tar.xz
latinime-654dfd4670ff90d0b6c9af0688e805b9e7da8302.zip
am f3c4cd45: Move dimming keyboard to MainKeyboardView
* commit 'f3c4cd45a5df6f90b922ea44db259e53117bb25a': Move dimming keyboard to MainKeyboardView
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/attrs.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 721df5ec3..e10bdb16d 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -58,8 +58,6 @@
<!-- Amount to offset the touch Y coordinate by, for bias correction. -->
<attr name="verticalCorrection" format="dimension" />
-
- <attr name="backgroundDimAlpha" format="integer" />
</declare-styleable>
<declare-styleable name="MainKeyboardView">
@@ -105,6 +103,7 @@
<attr name="keyPreviewLingerTimeout" format="integer" />
<!-- Layout resource for more keys keyboard -->
<attr name="moreKeysKeyboardLayout" format="reference" />
+ <attr name="backgroundDimAlpha" format="integer" />
<!-- More keys keyboard will shown at touched point. -->
<attr name="showMoreKeysKeyboardAtTouchedPoint" format="boolean" />
<!-- Delay after gesture trail starts fading out in millisecond. -->