diff options
author | 2012-02-08 00:05:51 -0800 | |
---|---|---|
committer | 2012-02-08 00:05:51 -0800 | |
commit | dd1bec7ae413dec353da340d83fe7eee18f7cce6 (patch) | |
tree | 3dc6c71dc9bdc8a59bfd109b7c015bb3483c6468 /java/res/xml-sw768dp | |
parent | 4df3dc98d4811c23f32d944123d25a42069b9c8c (diff) | |
parent | 614cb02a9183841ec8ea76615c879e1da439cc10 (diff) | |
download | latinime-dd1bec7ae413dec353da340d83fe7eee18f7cce6.tar.gz latinime-dd1bec7ae413dec353da340d83fe7eee18f7cce6.tar.xz latinime-dd1bec7ae413dec353da340d83fe7eee18f7cce6.zip |
am 614cb02a: Merge "Rename mini keyboard to more keys keyboard"
* commit '614cb02a9183841ec8ea76615c879e1da439cc10':
Rename mini keyboard to more keys keyboard
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/kbd_more_keys_keyboard_template.xml (renamed from java/res/xml-sw768dp/kbd_mini_keyboard_template.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-sw768dp/kbd_mini_keyboard_template.xml b/java/res/xml-sw768dp/kbd_more_keys_keyboard_template.xml index 409c60556..f89a0a673 100644 --- a/java/res/xml-sw768dp/kbd_mini_keyboard_template.xml +++ b/java/res/xml-sw768dp/kbd_more_keys_keyboard_template.xml @@ -21,6 +21,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="5.0%p" latin:rowHeight="@dimen/popup_key_height" - style="?attr/miniKeyboardStyle" + style="?attr/moreKeysKeyboardStyle" > </Keyboard> |