Merge "Fix tablet url mode keyboard layout"
commit
e3f0ca3848
|
@ -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 @@
|
||||||
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 @@
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</Row>
|
</Row>
|
||||||
</merge>
|
</merge>
|
||||||
|
|
Loading…
Reference in New Issue