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

Fix tablet url mode keyboard layout

This is follow up change of I0d92e513757e765d9de98561205754af5a143650

Change-Id: Ibfe8835bb184636e5fb06473cc864852b573fbd4
parent 71c353aa
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,6 @@ ...@@ -71,8 +71,6 @@
<case <case
latin:mode="email" latin:mode="email"
> >
<Key
latin:keyLabel="_" />
<Key <Key
latin:keyLabel="-" /> latin:keyLabel="-" />
</case> </case>
...@@ -83,6 +81,26 @@ ...@@ -83,6 +81,26 @@
latin:keyHintIcon="@drawable/key_hint_slash_holo" latin:keyHintIcon="@drawable/key_hint_slash_holo"
latin:popupKeyboard="@xml/kbd_popup_template" latin:popupKeyboard="@xml/kbd_popup_template"
latin:popupCharacters="/" /> 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 <Key
latin:keyLabel="_" latin:keyLabel="_"
latin:temporaryShiftKeyLabel="\@" latin:temporaryShiftKeyLabel="\@"
...@@ -92,4 +110,4 @@ ...@@ -92,4 +110,4 @@
</default> </default>
</switch> </switch>
</Row> </Row>
</merge> </merge>
\ No newline at end of file
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