Remove "settings" key popup from "slash" and "atmark" key
Removing "settings" key popup from these keys when there's a dedicated "settings" key in the layout. This is followup chnage of I119528c0. Bug: 4196879 Change-Id: I742cc6d1d890c095610f1e8b9ac91a044ec540b7main
parent
e7c0e73a19
commit
cf4eff3f59
|
@ -21,6 +21,46 @@
|
||||||
<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>
|
||||||
|
<case
|
||||||
|
latin:mode="url"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="/"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:mode="email"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="\@"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:hasVoiceKey="true"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="micKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:hasVoiceKey="false"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=","
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
</switch>
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
</case>
|
||||||
|
<!-- latin:hasSettingsKey="false" -->
|
||||||
|
<default>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:mode="url"
|
latin:mode="url"
|
||||||
|
@ -50,17 +90,6 @@
|
||||||
</case>
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:hasVoiceKey="false"
|
latin:hasVoiceKey="false"
|
||||||
>
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:hasSettingsKey="true"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
<case
|
|
||||||
latin:hasSettingsKey="false"
|
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=","
|
latin:keyLabel=","
|
||||||
|
@ -69,7 +98,7 @@
|
||||||
latin:isFunctional="true" />
|
latin:isFunctional="true" />
|
||||||
</case>
|
</case>
|
||||||
</switch>
|
</switch>
|
||||||
</case>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
Loading…
Reference in New Issue