Merge "Remove redandant key from popup mini keyboard which has settings key"
commit
82730b0e09
|
@ -47,11 +47,7 @@
|
||||||
<string name="alternates_for_currency_dollar">¢,£,€,¥,₱</string>
|
<string name="alternates_for_currency_dollar">¢,£,€,¥,₱</string>
|
||||||
<string name="alternates_for_currency_euro">¢,£,$,¥,₱</string>
|
<string name="alternates_for_currency_euro">¢,£,$,¥,₱</string>
|
||||||
<string name="alternates_for_currency_pound">¢,$,€,¥,₱</string>
|
<string name="alternates_for_currency_pound">¢,$,€,¥,₱</string>
|
||||||
<string name="alternates_for_mic">"\@drawable/sym_keyboard_settings|\@integer/key_settings,\@drawable/sym_keyboard_mic|\@integer/key_voice"</string>
|
|
||||||
<string name="alternates_for_smiley">":-)|:-) ,:-(|:-( ,;-)|;-) ,:-P|:-P ,=-O|=-O ,:-*|:-* ,:O|:O ,B-)|B-) ,:-$|:-$ ,:-!|:-! ,:-[|:-[ ,O:-)|O:-) ,:-\\\\\\\\|:-\\\\\\\\ ,:\'(|:\'( ,:-D|:-D "</string>
|
<string name="alternates_for_smiley">":-)|:-) ,:-(|:-( ,;-)|;-) ,:-P|:-P ,=-O|=-O ,:-*|:-* ,:O|:O ,B-)|B-) ,:-$|:-$ ,:-!|:-! ,:-[|:-[ ,O:-)|O:-) ,:-\\\\\\\\|:-\\\\\\\\ ,:\'(|:\'( ,:-D|:-D "</string>
|
||||||
<string name="alternates_for_settings_slash">"\@drawable/sym_keyboard_settings|\@integer/key_settings,/"</string>
|
|
||||||
<string name="alternates_for_settings_at">"\@drawable/sym_keyboard_settings|\@integer/key_settings,\@"</string>
|
|
||||||
<string name="alternates_for_settings_comma">"\@drawable/sym_keyboard_settings|\@integer/key_settings,\\,"</string>
|
|
||||||
<string name="alternates_for_punctuation">":,/,&,(,),-,+,;,\@,\',\",\?,!,\\,"</string>
|
<string name="alternates_for_punctuation">":,/,&,(,),-,+,;,\@,\',\",\?,!,\\,"</string>
|
||||||
<string name="keylabel_for_popular_domain">".com"</string>
|
<string name="keylabel_for_popular_domain">".com"</string>
|
||||||
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
|
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
<!-- Functional key styles -->
|
<!-- Base key style for the functional key -->
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:colorScheme="white"
|
latin:colorScheme="white"
|
||||||
|
@ -29,6 +29,37 @@
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="functionalKeyStyle"
|
latin:styleName="functionalKeyStyle"
|
||||||
latin:isFunctional="true" />
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:colorScheme="black"
|
||||||
|
>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="functionalKeyStyle" />
|
||||||
|
</case>
|
||||||
|
</switch>
|
||||||
|
<!-- Base key style for the key which may have settings key as popup key -->
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:hasSettingsKey="true"
|
||||||
|
>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="settingsPopupStyle"
|
||||||
|
latin:parentStyle="functionalKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<!-- latin:hasSettingsKey="false" -->
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="settingsPopupStyle"
|
||||||
|
latin:keyHintIcon="@drawable/hint_popup"
|
||||||
|
latin:popupCharacters="\@drawable/sym_keyboard_settings|\@integer/key_settings"
|
||||||
|
latin:parentStyle="functionalKeyStyle" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
<!-- Functional key styles -->
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:colorScheme="white"
|
||||||
|
>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="shiftKeyStyle"
|
latin:styleName="shiftKeyStyle"
|
||||||
latin:code="@integer/key_shift"
|
latin:code="@integer/key_shift"
|
||||||
|
@ -90,9 +121,7 @@
|
||||||
latin:code="@integer/key_voice"
|
latin:code="@integer/key_voice"
|
||||||
latin:keyIcon="@drawable/sym_keyboard_mic"
|
latin:keyIcon="@drawable/sym_keyboard_mic"
|
||||||
latin:iconPreview="@drawable/sym_keyboard_feedback_mic"
|
latin:iconPreview="@drawable/sym_keyboard_feedback_mic"
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
latin:parentStyle="settingsPopupStyle" />
|
||||||
latin:popupCharacters="@string/alternates_for_mic"
|
|
||||||
latin:parentStyle="functionalKeyStyle" />
|
|
||||||
<!-- Note: This key style is not for functional tab key. This is used for the tab key
|
<!-- Note: This key style is not for functional tab key. This is used for the tab key
|
||||||
which is laid out as normal letter key. -->
|
which is laid out as normal letter key. -->
|
||||||
<key-style
|
<key-style
|
||||||
|
@ -104,8 +133,6 @@
|
||||||
<case
|
<case
|
||||||
latin:colorScheme="black"
|
latin:colorScheme="black"
|
||||||
>
|
>
|
||||||
<key-style
|
|
||||||
latin:styleName="functionalKeyStyle" />
|
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="shiftKeyStyle"
|
latin:styleName="shiftKeyStyle"
|
||||||
latin:code="@integer/key_shift"
|
latin:code="@integer/key_shift"
|
||||||
|
@ -167,9 +194,7 @@
|
||||||
latin:code="@integer/key_voice"
|
latin:code="@integer/key_voice"
|
||||||
latin:keyIcon="@drawable/sym_bkeyboard_mic"
|
latin:keyIcon="@drawable/sym_bkeyboard_mic"
|
||||||
latin:iconPreview="@drawable/sym_keyboard_feedback_mic"
|
latin:iconPreview="@drawable/sym_keyboard_feedback_mic"
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
latin:parentStyle="settingsPopupStyle" />
|
||||||
latin:popupCharacters="@string/alternates_for_mic"
|
|
||||||
latin:parentStyle="functionalKeyStyle" />
|
|
||||||
<!-- Note: This key style is not for functional tab key. This is used for the tab key
|
<!-- Note: This key style is not for functional tab key. This is used for the tab key
|
||||||
which is laid out as normal letter key. -->
|
which is laid out as normal letter key. -->
|
||||||
<key-style
|
<key-style
|
||||||
|
|
|
@ -21,24 +21,20 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:hasSettingsKey="true"
|
|
||||||
>
|
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:mode="url"
|
latin:mode="url"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="/"
|
latin:keyLabel="/"
|
||||||
latin:isFunctional="true" />
|
latin:keyStyle="settingsPopupStyle" />
|
||||||
</case>
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:mode="email"
|
latin:mode="email"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="\@"
|
latin:keyLabel="\@"
|
||||||
latin:isFunctional="true" />
|
latin:keyStyle="settingsPopupStyle" />
|
||||||
</case>
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<switch>
|
<switch>
|
||||||
|
@ -48,56 +44,11 @@
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="micKeyStyle" />
|
latin:keyStyle="micKeyStyle" />
|
||||||
</case>
|
</case>
|
||||||
<case
|
<!-- latin:hasVoiceKey="false" -->
|
||||||
latin:hasVoiceKey="false"
|
<default>
|
||||||
>
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=","
|
latin:keyLabel=","
|
||||||
latin:isFunctional="true" />
|
latin:keyStyle="settingsPopupStyle" />
|
||||||
</case>
|
|
||||||
</switch>
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</case>
|
|
||||||
<!-- latin:hasSettingsKey="false" -->
|
|
||||||
<default>
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:mode="url"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="/"
|
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
|
||||||
latin:popupCharacters="@string/alternates_for_settings_slash"
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
<case
|
|
||||||
latin:mode="email"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="\@"
|
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
|
||||||
latin:popupCharacters="@string/alternates_for_settings_at"
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:hasVoiceKey="true"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="micKeyStyle" />
|
|
||||||
</case>
|
|
||||||
<case
|
|
||||||
latin:hasVoiceKey="false"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
|
||||||
latin:popupCharacters="@string/alternates_for_settings_comma"
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
</switch>
|
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</default>
|
</default>
|
||||||
|
|
|
@ -28,14 +28,11 @@
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="micKeyStyle" />
|
latin:keyStyle="micKeyStyle" />
|
||||||
</case>
|
</case>
|
||||||
<case
|
<!-- latin:hasVoiceKey="false" -->
|
||||||
latin:hasVoiceKey="false"
|
<default>
|
||||||
>
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=","
|
latin:keyLabel=","
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
latin:keyStyle="settingsPopupStyle" />
|
||||||
latin:popupCharacters="@string/alternates_for_settings_comma"
|
</default>
|
||||||
latin:keyStyle="functionalKeyStyle" />
|
|
||||||
</case>
|
|
||||||
</switch>
|
</switch>
|
||||||
</merge>
|
</merge>
|
||||||
|
|
Loading…
Reference in New Issue