mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix tablet url mode keyboard layout
This is follow up change of I0d92e513757e765d9de98561205754af5a143650 Change-Id: Ibfe8835bb184636e5fb06473cc864852b573fbd4
This commit is contained in:
parent
71c353aa87
commit
cf5e68b862
@ -71,8 +71,6 @@
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="_" />
|
||||
<Key
|
||||
latin:keyLabel="-" />
|
||||
</case>
|
||||
@ -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>
|
||||
</merge>
|
||||
|
Loading…
x
Reference in New Issue
Block a user