diff options
author | 2013-01-21 16:36:25 +0900 | |
---|---|---|
committer | 2013-01-21 16:54:08 +0900 | |
commit | f3c4cd45a5df6f90b922ea44db259e53117bb25a (patch) | |
tree | 32fbded4295230394ae4c4b9b3ba27160a84750e /java/res | |
parent | bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa (diff) | |
download | latinime-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.xml | 3 |
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. --> |