diff options
author | 2011-03-09 10:07:46 -0800 | |
---|---|---|
committer | 2011-03-09 10:07:46 -0800 | |
commit | 33e8124cf46f7d6090f9148e5158388a7cbc9504 (patch) | |
tree | 2ceac4c9398229cc3eea318770363375582f7c75 /java | |
parent | 56d54381de021c9e87da16384ba900f39a6df550 (diff) | |
parent | 6a75cd124d885df1b257d63c9c2b0561a9b09b84 (diff) | |
download | latinime-33e8124cf46f7d6090f9148e5158388a7cbc9504.tar.gz latinime-33e8124cf46f7d6090f9148e5158388a7cbc9504.tar.xz latinime-33e8124cf46f7d6090f9148e5158388a7cbc9504.zip |
am 6a75cd12: Add alphabet hint to number password layout
* commit '6a75cd124d885df1b257d63c9c2b0561a9b09b84':
Add alphabet hint to number password layout
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml-xlarge/kbd_number.xml | 22 | ||||
-rw-r--r-- | java/res/xml/kbd_number.xml | 1 |
2 files changed, 13 insertions, 10 deletions
diff --git a/java/res/xml-xlarge/kbd_number.xml b/java/res/xml-xlarge/kbd_number.xml index ce3277b5d..012b75115 100644 --- a/java/res/xml-xlarge/kbd_number.xml +++ b/java/res/xml-xlarge/kbd_number.xml @@ -31,6 +31,8 @@ > <include latin:keyboardLayout="@xml/kbd_key_styles" /> + <include + latin:keyboardLayout="@xml/kbd_numkey_styles" /> <switch> <case latin:passwordInput="true" @@ -40,11 +42,11 @@ <Spacer latin:horizontalGap="32.076%p" /> <Key - latin:keyLabel="1" /> + latin:keyStyle="num1KeyStyle" /> <Key - latin:keyLabel="2" /> + latin:keyStyle="num2KeyStyle" /> <Key - latin:keyLabel="3" /> + latin:keyStyle="num3KeyStyle" /> <Spacer latin:horizontalGap="22.272%p" /> <Key @@ -56,11 +58,11 @@ <Spacer latin:horizontalGap="32.076%p" /> <Key - latin:keyLabel="4" /> + latin:keyStyle="num4KeyStyle" /> <Key - latin:keyLabel="5" /> + latin:keyStyle="num5KeyStyle" /> <Key - latin:keyLabel="6" /> + latin:keyStyle="num6KeyStyle" /> <Spacer latin:horizontalGap="17.371%p" /> <Key @@ -72,11 +74,11 @@ <Spacer latin:horizontalGap="32.076%p" /> <Key - latin:keyLabel="7" /> + latin:keyStyle="num7KeyStyle" /> <Key - latin:keyLabel="8" /> + latin:keyStyle="num8KeyStyle" /> <Key - latin:keyLabel="9" /> + latin:keyStyle="num9KeyStyle" /> <!-- There is an empty area below the "Enter" key and right of the "9" key. To ignore the touch event on the area, "9" is intentionally not marked as a right edge key. --> @@ -86,7 +88,7 @@ <Spacer latin:horizontalGap="44.026%p" /> <Key - latin:keyLabel="0" /> + latin:keyStyle="num0KeyStyle" /> <!-- There is an empty area below the "Enter" key and right of the "#" key. To ignore the touch event on the area, "#" is intentionally not marked as a right edge key. --> diff --git a/java/res/xml/kbd_number.xml b/java/res/xml/kbd_number.xml index f4fe8401a..7bd679bce 100644 --- a/java/res/xml/kbd_number.xml +++ b/java/res/xml/kbd_number.xml @@ -31,6 +31,7 @@ > <include latin:keyboardLayout="@xml/kbd_key_styles" /> + <!-- TODO: Should add number password layout just like the xlarge layout does. --> <switch> <case latin:colorScheme="white" |