Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 268a442d authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Microphone key on 7-inch tablet on the far right vs where it is on phones

Bug: 6568834
Change-Id: If48635ead60dc119656f1b10c9b05a1918ebd668
parent 907ba593
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -23,20 +23,11 @@
>
    <switch>
        <case
            latin:mode="email"
            latin:mode="email|url"
        >
            <Key
                latin:keyLabel="-" />
        </case>
        <case
            latin:mode="url"
        >
            <Key
                latin:keyLabel="/"
                latin:keyHintLabel=":"
                latin:moreKeys=":"
                latin:keyStyle="hasShiftedLetterHintStyle" />
        </case>
        <default>
            <Key
                latin:keyLabel="!text/keylabel_for_apostrophe"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:mode="email"
            latin:mode="email|url"
        >
            <Key
                latin:keyLabel="_" />
+62 −0
Original line number Diff line number Diff line
@@ -23,40 +23,33 @@
>
    <switch>
        <case
            latin:keyboardLayoutSetElement="symbols"
            latin:mode="url"
        >
            <Key
                latin:keyStyle="comKeyStyle"
                latin:keyWidth="18.0%p" />
                latin:keyLabel=":" />
        </case>
        <default>
            <switch>
        <case
                    latin:mode="email"
            latin:keyboardLayoutSetElement="symbols"
        >
            <Key
                        latin:keyStyle="comKeyStyle" />
                latin:keyLabel="\@" />
        </case>
        <!-- keyboardLayoutSetElement != "symbols" -->
        <case
                    latin:imeAction="actionSearch"
            latin:mode="email"
        >
            <Key
                        latin:keyLabel=":"
                        latin:keyHintLabel="+"
                        latin:moreKeys="+"
                        latin:keyStyle="hasShiftedLetterHintStyle" />
                latin:keyLabel="\@" />
        </case>
                <default>
                    <Key
                        latin:keyStyle="smileyKeyStyle" />
                </default>
            </switch>
            <switch>
        <case
                    latin:mode="email"
            latin:mode="url"
        >
            <Key
                        latin:keyLabel="\@" />
                latin:keyLabel="/"
                latin:keyHintLabel=":"
                latin:moreKeys=":"
                latin:keyStyle="hasShiftedLetterHintStyle" />
        </case>
        <default>
            <Key
@@ -66,6 +59,4 @@
                latin:keyStyle="hasShiftedLetterHintStyle" />
        </default>
    </switch>
        </default>
    </switch>
</merge>
+45 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <switch>
        <case
            latin:mode="email|url"
        >
            <Key
                latin:keyStyle="comKeyStyle" />
        </case>
        <case
            latin:imeAction="actionSearch"
        >
            <Key
                latin:keyLabel=":"
                latin:keyHintLabel="+"
                latin:moreKeys="+"
                latin:keyStyle="hasShiftedLetterHintStyle" />
        </case>
        <default>
            <Key
                latin:keyStyle="smileyKeyStyle" />
        </default>
    </switch>
</merge>
+1 −10
Original line number Diff line number Diff line
@@ -23,20 +23,11 @@
>
    <switch>
        <case
            latin:mode="email"
            latin:mode="email|url"
        >
            <Key
                latin:keyLabel="-" />
        </case>
        <case
            latin:mode="url"
        >
            <Key
                latin:keyLabel="/"
                latin:keyHintLabel=":"
                latin:moreKeys=":"
                latin:keyStyle="hasShiftedLetterHintStyle" />
        </case>
        <default>
            <Key
                latin:keyLabel="\?"
Loading