aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2010-09-02 02:16:41 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-02 02:16:41 -0700
commit3e6bd26f7d2d78c3c2ae123d0f34682d374371f6 (patch)
treea5b2c688cd96b850c86b09c935a0ef5ac531dc4e /java
parentd0457eae17d10535023a02579d16ede7bfcc6bec (diff)
parent83c6069b986e11fd88caead1e5bbeb5e82d105a2 (diff)
downloadlatinime-3e6bd26f7d2d78c3c2ae123d0f34682d374371f6.tar.gz
latinime-3e6bd26f7d2d78c3c2ae123d0f34682d374371f6.tar.xz
latinime-3e6bd26f7d2d78c3c2ae123d0f34682d374371f6.zip
am 83c6069b: Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed closer to each key typed.
Merge commit '83c6069b986e11fd88caead1e5bbeb5e82d105a2' into gingerbread-plus-aosp * commit '83c6069b986e11fd88caead1e5bbeb5e82d105a2': Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed closer to each key typed.
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 24fee02d8..16478c883 100644
--- a/java/res/values/styles.xml
+++ b/java/res/values/styles.xml
@@ -22,7 +22,7 @@
<item name="keyTextSize">@dimen/key_text_size</item>
<item name="keyTextColor">#FFFFFFFF</item>
<item name="keyPreviewLayout">@layout/keyboard_key_preview</item>
- <item name="keyPreviewOffset">-12dip</item>
+ <item name="keyPreviewOffset">5dip</item>
<item name="keyPreviewHeight">80dip</item>
<item name="labelTextSize">14sp</item>
<item name="popupLayout">@layout/keyboard_popup_keyboard</item>