diff options
author | 2010-11-15 23:15:44 -0800 | |
---|---|---|
committer | 2010-11-15 23:19:57 -0800 | |
commit | cf5e68b862b970663c6ba1a8fac70e049a17a03f (patch) | |
tree | 5b822ee4bbf9872d6670ebe4b548aeb713f2d775 /java | |
parent | 71c353aa875f5237b1dce4e18bd4fe86ce28b58e (diff) | |
download | latinime-cf5e68b862b970663c6ba1a8fac70e049a17a03f.tar.gz latinime-cf5e68b862b970663c6ba1a8fac70e049a17a03f.tar.xz latinime-cf5e68b862b970663c6ba1a8fac70e049a17a03f.zip |
Fix tablet url mode keyboard layout
This is follow up change of I0d92e513757e765d9de98561205754af5a143650
Change-Id: Ibfe8835bb184636e5fb06473cc864852b573fbd4
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> |