Skip to content
Snippets Groups Projects
Commit 6a75cd12 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add alphabet hint to number password layout

Bug: 4063047
Change-Id: I53e79edcb15d4da73a72d14a38224e80b612c115
parent ab0ee37f
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
> >
<include <include
latin:keyboardLayout="@xml/kbd_key_styles" /> latin:keyboardLayout="@xml/kbd_key_styles" />
<include
latin:keyboardLayout="@xml/kbd_numkey_styles" />
<switch> <switch>
<case <case
latin:passwordInput="true" latin:passwordInput="true"
...@@ -40,11 +42,11 @@ ...@@ -40,11 +42,11 @@
<Spacer <Spacer
latin:horizontalGap="32.076%p" /> latin:horizontalGap="32.076%p" />
<Key <Key
latin:keyLabel="1" /> latin:keyStyle="num1KeyStyle" />
<Key <Key
latin:keyLabel="2" /> latin:keyStyle="num2KeyStyle" />
<Key <Key
latin:keyLabel="3" /> latin:keyStyle="num3KeyStyle" />
<Spacer <Spacer
latin:horizontalGap="22.272%p" /> latin:horizontalGap="22.272%p" />
<Key <Key
...@@ -56,11 +58,11 @@ ...@@ -56,11 +58,11 @@
<Spacer <Spacer
latin:horizontalGap="32.076%p" /> latin:horizontalGap="32.076%p" />
<Key <Key
latin:keyLabel="4" /> latin:keyStyle="num4KeyStyle" />
<Key <Key
latin:keyLabel="5" /> latin:keyStyle="num5KeyStyle" />
<Key <Key
latin:keyLabel="6" /> latin:keyStyle="num6KeyStyle" />
<Spacer <Spacer
latin:horizontalGap="17.371%p" /> latin:horizontalGap="17.371%p" />
<Key <Key
...@@ -72,11 +74,11 @@ ...@@ -72,11 +74,11 @@
<Spacer <Spacer
latin:horizontalGap="32.076%p" /> latin:horizontalGap="32.076%p" />
<Key <Key
latin:keyLabel="7" /> latin:keyStyle="num7KeyStyle" />
<Key <Key
latin:keyLabel="8" /> latin:keyStyle="num8KeyStyle" />
<Key <Key
latin:keyLabel="9" /> latin:keyStyle="num9KeyStyle" />
<!-- There is an empty area below the "Enter" key and right of the "9" key. To <!-- 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 ignore the touch event on the area, "9" is intentionally not marked as a right
edge key. --> edge key. -->
...@@ -86,7 +88,7 @@ ...@@ -86,7 +88,7 @@
<Spacer <Spacer
latin:horizontalGap="44.026%p" /> latin:horizontalGap="44.026%p" />
<Key <Key
latin:keyLabel="0" /> latin:keyStyle="num0KeyStyle" />
<!-- There is an empty area below the "Enter" key and right of the "#" key. To <!-- 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 ignore the touch event on the area, "#" is intentionally not marked as a right
edge key. --> edge key. -->
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
> >
<include <include
latin:keyboardLayout="@xml/kbd_key_styles" /> latin:keyboardLayout="@xml/kbd_key_styles" />
<!-- TODO: Should add number password layout just like the xlarge layout does. -->
<switch> <switch>
<case <case
latin:colorScheme="white" latin:colorScheme="white"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment