Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
6a75cd12
Commit
6a75cd12
authored
14 years ago
by
Tadashi G. Takaoka
Browse files
Options
Downloads
Patches
Plain Diff
Add alphabet hint to number password layout
Bug: 4063047 Change-Id: I53e79edcb15d4da73a72d14a38224e80b612c115
parent
ab0ee37f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/res/xml-xlarge/kbd_number.xml
+12
-10
12 additions, 10 deletions
java/res/xml-xlarge/kbd_number.xml
java/res/xml/kbd_number.xml
+1
-0
1 addition, 0 deletions
java/res/xml/kbd_number.xml
with
13 additions
and
10 deletions
java/res/xml-xlarge/kbd_number.xml
+
12
−
10
View file @
6a75cd12
...
@@ -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:key
Label=
"1
"
/>
latin:key
Style=
"num1KeyStyle
"
/>
<Key
<Key
latin:key
Label=
"2
"
/>
latin:key
Style=
"num2KeyStyle
"
/>
<Key
<Key
latin:key
Label=
"3
"
/>
latin:key
Style=
"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:key
Label=
"4
"
/>
latin:key
Style=
"num4KeyStyle
"
/>
<Key
<Key
latin:key
Label=
"5
"
/>
latin:key
Style=
"num5KeyStyle
"
/>
<Key
<Key
latin:key
Label=
"6
"
/>
latin:key
Style=
"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:key
Label=
"7
"
/>
latin:key
Style=
"num7KeyStyle
"
/>
<Key
<Key
latin:key
Label=
"8
"
/>
latin:key
Style=
"num8KeyStyle
"
/>
<Key
<Key
latin:key
Label=
"9
"
/>
latin:key
Style=
"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:key
Label=
"0
"
/>
latin:key
Style=
"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. -->
...
...
This diff is collapsed.
Click to expand it.
java/res/xml/kbd_number.xml
+
1
−
0
View file @
6a75cd12
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment