diff options
author | 2011-09-12 01:50:33 -0700 | |
---|---|---|
committer | 2011-09-12 01:50:33 -0700 | |
commit | 290f563160e529536e34e0aa7981aa87019d411e (patch) | |
tree | a16cc1d137225560b8555fecf31762fd50613cb3 /java | |
parent | ed5fe5505e36d016a81e9999870cef0cd164729c (diff) | |
parent | 74a571793e4dd47ebb6babb970b2f59f7b7d8b71 (diff) | |
download | latinime-290f563160e529536e34e0aa7981aa87019d411e.tar.gz latinime-290f563160e529536e34e0aa7981aa87019d411e.tar.xz latinime-290f563160e529536e34e0aa7981aa87019d411e.zip |
Merge "Rename mini keyboard template xml file"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml (renamed from java/res/xml-sw600dp-land/kbd_popup_template.xml) | 2 | ||||
-rw-r--r-- | java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml (renamed from java/res/xml-sw768dp-land/kbd_popup_template.xml) | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_popup_template.xml b/java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml index 2c1d1902e..3c19c294d 100644 --- a/java/res/xml-sw600dp-land/kbd_popup_template.xml +++ b/java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml @@ -20,8 +20,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="5%p" - latin:horizontalGap="0px" - latin:verticalGap="0px" latin:rowHeight="@dimen/popup_key_height" > </Keyboard> diff --git a/java/res/xml-sw768dp-land/kbd_popup_template.xml b/java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml index 3caae1a60..d5f80e76d 100644 --- a/java/res/xml-sw768dp-land/kbd_popup_template.xml +++ b/java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml @@ -20,8 +20,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="3.5%p" - latin:horizontalGap="0px" - latin:verticalGap="0px" latin:rowHeight="@dimen/popup_key_height" > </Keyboard> |