diff options
author | 2013-01-21 00:35:31 -0800 | |
---|---|---|
committer | 2013-01-21 00:35:31 -0800 | |
commit | 654dfd4670ff90d0b6c9af0688e805b9e7da8302 (patch) | |
tree | 06342b745f6ebf06eb0c37f3ffe80705ee0c3346 /java/res | |
parent | b094490e5f5ab11c7273ac159ef93087003f882d (diff) | |
parent | f3c4cd45a5df6f90b922ea44db259e53117bb25a (diff) | |
download | latinime-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.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. --> |