Merge "Fix tablet url mode keyboard layout"

main
Tadashi G. Takaoka 2010-11-15 23:45:48 -08:00 committed by Android (Google) Code Review
commit e3f0ca3848
1 changed files with 21 additions and 3 deletions

View File

@ -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>