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

Commit 01127fad authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Tweak keyboard layout size a bit"

parents 6747b30a 79dcd270
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@
        latin:enableProximityCharsCorrection="true" />
    <Element
        latin:elementName="symbols"
        latin:elementKeyboard="@xml/kbd_symbols" />
        latin:elementKeyboard="@xml/kbd_hebrew_symbols" />
    <Element
        latin:elementName="symbolsShifted"
        latin:elementKeyboard="@xml/kbd_symbols_shift" />
        latin:elementKeyboard="@xml/kbd_hebrew_symbols_shift" />
    <Element
        latin:elementName="phone"
        latin:elementKeyboard="@xml/kbd_phone" />
+26 −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.
*/
-->

<Keyboard
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <include
        latin:keyboardLayout="@xml/rows_10_10_7_symbols" />
</Keyboard>
+26 −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.
*/
-->

<Keyboard
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <include
        latin:keyboardLayout="@xml/rows_10_10_7_symbols_shift" />
</Keyboard>
+0 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
            latin:keyboardLayout="@xml/rowkeys_symbols1" />
        <Key
            latin:keyStyle="deleteKeyStyle"
            latin:keyXPos="-9.219%p"
            latin:keyWidth="fillRight" />
    </Row>
    <Row
@@ -50,7 +49,6 @@
            latin:keyboardLayout="@xml/rowkeys_symbols2" />
        <Key
            latin:keyStyle="enterKeyStyle"
            latin:keyXPos="-15.704%p"
            latin:keyWidth="fillBoth" />
    </Row>
    <Row
+0 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
            latin:keyboardLayout="@xml/rowkeys_symbols_shift1" />
        <Key
            latin:keyStyle="deleteKeyStyle"
            latin:keyXPos="-9.219%p"
            latin:keyWidth="fillBoth" />
    </Row>
    <Row
@@ -50,7 +49,6 @@
            latin:keyboardLayout="@xml/rowkeys_symbols_shift2" />
        <Key
            latin:keyStyle="enterKeyStyle"
            latin:keyXPos="-15.704%p"
            latin:keyWidth="fillBoth" />
    </Row>
    <Row
Loading