aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-13 03:08:49 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-13 03:08:49 -0700
commit95cf87b87c7b525ad60367a3bb250c0a5de96d89 (patch)
tree003b2c23c111a517460908f49883a60074dbbdd9 /java
parent41970ca085bb4814ec7a63060a94b83b8de030b8 (diff)
parentc931021da01d5ac8ef7ede863df7fbbe7ffa780d (diff)
downloadlatinime-95cf87b87c7b525ad60367a3bb250c0a5de96d89.tar.gz
latinime-95cf87b87c7b525ad60367a3bb250c0a5de96d89.tar.xz
latinime-95cf87b87c7b525ad60367a3bb250c0a5de96d89.zip
am c931021d: Fix the gap of popup
Merge commit 'c931021da01d5ac8ef7ede863df7fbbe7ffa780d' into gingerbread-plus-aosp * commit 'c931021da01d5ac8ef7ede863df7fbbe7ffa780d': Fix the gap of popup
Diffstat (limited to 'java')
-rw-r--r--java/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/styles.xml b/java/res/values/styles.xml
index 6ec428603..d8272ec66 100644
--- a/java/res/values/styles.xml
+++ b/java/res/values/styles.xml
@@ -27,7 +27,7 @@
<item name="labelTextSize">14sp</item>
<item name="popupLayout">@layout/keyboard_popup_keyboard</item>
<item name="verticalCorrection">-10dip</item>
- <item name="miniKeyboardSlideAllowance">30dip</item>
+ <item name="miniKeyboardSlideAllowance">40dip</item>
<item name="shadowColor">#BB000000</item>
<item name="shadowRadius">2.75</item>
<item name="backgroundDimAmount">0.5</item>