aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-21 16:36:25 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-01-21 16:54:08 +0900
commitf3c4cd45a5df6f90b922ea44db259e53117bb25a (patch)
tree32fbded4295230394ae4c4b9b3ba27160a84750e /java/res
parentbde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa (diff)
downloadlatinime-f3c4cd45a5df6f90b922ea44db259e53117bb25a.tar.gz
latinime-f3c4cd45a5df6f90b922ea44db259e53117bb25a.tar.xz
latinime-f3c4cd45a5df6f90b922ea44db259e53117bb25a.zip
Move dimming keyboard to MainKeyboardView
Change-Id: Id44d4b758c8b92d1120d3a8b06812dc1fc26390c
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. -->