diff options
author | 2010-11-15 23:45:48 -0800 | |
---|---|---|
committer | 2010-11-15 23:45:48 -0800 | |
commit | e3f0ca38480a95f4107966fb1c1d3dd852b4a43c (patch) | |
tree | 6bbf7701c0c262d5a5782ab86072874d613c3de3 /java | |
parent | 95175d488bace622ad8a6a21575ae8ecd0c94853 (diff) | |
parent | cf5e68b862b970663c6ba1a8fac70e049a17a03f (diff) | |
download | latinime-e3f0ca38480a95f4107966fb1c1d3dd852b4a43c.tar.gz latinime-e3f0ca38480a95f4107966fb1c1d3dd852b4a43c.tar.xz latinime-e3f0ca38480a95f4107966fb1c1d3dd852b4a43c.zip |
Merge "Fix tablet url mode keyboard layout"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml-xlarge/kbd_qwerty_row4.xml | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/java/res/xml-xlarge/kbd_qwerty_row4.xml b/java/res/xml-xlarge/kbd_qwerty_row4.xml index 2392381a2..4aae16d6d 100644 --- a/java/res/xml-xlarge/kbd_qwerty_row4.xml +++ b/java/res/xml-xlarge/kbd_qwerty_row4.xml @@ -72,8 +72,6 @@ latin:mode="email" > <Key - latin:keyLabel="_" /> - <Key latin:keyLabel="-" /> </case> <default> @@ -83,6 +81,26 @@ latin:keyHintIcon="@drawable/key_hint_slash_holo" latin:popupKeyboard="@xml/kbd_popup_template" latin:popupCharacters="/" /> + </default> + </switch> + <switch> + <case + latin:mode="email" + > + <Key + latin:keyLabel="_" /> + </case> + <case + latin:mode="url" + > + <Key + latin:keyLabel="_" + latin:temporaryShiftKeyLabel=":" + latin:keyHintIcon="@drawable/key_hint_colon_holo" + latin:popupKeyboard="@xml/kbd_popup_template" + latin:popupCharacters=":" /> + </case> + <default> <Key latin:keyLabel="_" latin:temporaryShiftKeyLabel="\@" @@ -92,4 +110,4 @@ </default> </switch> </Row> -</merge>
\ No newline at end of file +</merge> |