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

Commit ac777128 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 0963c781: Make some keys in phone keyboard to darker color

Merge commit '0963c781' into gingerbread-plus-aosp

* commit '0963c781':
  Make some keys in phone keyboard to darker color
parents 21c3e696 0963c781
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
        <Key
            android:keyLabel="-"
            android:keyWidth="20%p"
            android:isModifier="true"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>
@@ -57,6 +58,7 @@
        <Key
            android:keyLabel="."
            android:keyWidth="20%p"
            android:isModifier="true"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>
@@ -75,6 +77,7 @@
            android:keyIcon="@drawable/sym_keyboard_delete"
            android:iconPreview="@drawable/sym_keyboard_feedback_delete"
            android:keyWidth="20%p"
            android:isModifier="true"
            android:isRepeatable="true"
            android:keyEdgeFlags="right" />
    </Row>
@@ -84,7 +87,8 @@
        <Key
            android:codes="@integer/key_symbol"
            android:keyIcon="@drawable/sym_keyboard_numalt"
            android:iconPreview="@drawable/sym_keyboard_feedback_numalt" />
            android:iconPreview="@drawable/sym_keyboard_feedback_numalt"
            android:keyEdgeFlags="left" />
        <Key
            android:codes="48"
            android:keyIcon="@drawable/sym_keyboard_num0" />
@@ -96,6 +100,7 @@
            android:codes="@integer/key_return"
            android:keyIcon="@drawable/sym_keyboard_return"
            android:keyWidth="20%p"
            android:isModifier="true"
            android:keyEdgeFlags="right" />
    </Row>
</Keyboard>
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
        <Key
            android:keyLabel="-"
            android:keyWidth="20%p"
            android:isModifier="true"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>
@@ -54,6 +55,7 @@
        <Key
            android:keyLabel="."
            android:keyWidth="20%p"
            android:isModifier="true"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>
@@ -73,6 +75,7 @@
            android:keyIcon="@drawable/sym_keyboard_delete"
            android:iconPreview="@drawable/sym_keyboard_feedback_delete"
            android:keyWidth="20%p"
            android:isModifier="true"
            android:isRepeatable="true"
            android:keyEdgeFlags="right" />
    </Row>
@@ -93,6 +96,7 @@
            android:codes="@integer/key_return"
            android:keyIcon="@drawable/sym_keyboard_return"
            android:keyWidth="20%p"
            android:isModifier="true"
            android:keyEdgeFlags="right" />
    </Row>
</Keyboard>