Make some keys in phone keyboard to darker color
Bug: 3088257 Change-Id: I36b1a0f147c1087a98b91f00d60bf15922861f9cmain
parent
a5a5ffc0dc
commit
0963c781f2
|
@ -41,6 +41,7 @@
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="-"
|
android:keyLabel="-"
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="."
|
android:keyLabel="."
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
|
@ -75,6 +77,7 @@
|
||||||
android:keyIcon="@drawable/sym_keyboard_delete"
|
android:keyIcon="@drawable/sym_keyboard_delete"
|
||||||
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:isRepeatable="true"
|
android:isRepeatable="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -84,7 +87,8 @@
|
||||||
<Key
|
<Key
|
||||||
android:codes="@integer/key_symbol"
|
android:codes="@integer/key_symbol"
|
||||||
android:keyIcon="@drawable/sym_keyboard_numalt"
|
android:keyIcon="@drawable/sym_keyboard_numalt"
|
||||||
android:iconPreview="@drawable/sym_keyboard_feedback_numalt" />
|
android:iconPreview="@drawable/sym_keyboard_feedback_numalt"
|
||||||
|
android:keyEdgeFlags="left" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="48"
|
android:codes="48"
|
||||||
android:keyIcon="@drawable/sym_keyboard_num0" />
|
android:keyIcon="@drawable/sym_keyboard_num0" />
|
||||||
|
@ -96,6 +100,7 @@
|
||||||
android:codes="@integer/key_return"
|
android:codes="@integer/key_return"
|
||||||
android:keyIcon="@drawable/sym_keyboard_return"
|
android:keyIcon="@drawable/sym_keyboard_return"
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="-"
|
android:keyLabel="-"
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
|
@ -54,6 +55,7 @@
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="."
|
android:keyLabel="."
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
|
@ -73,6 +75,7 @@
|
||||||
android:keyIcon="@drawable/sym_keyboard_delete"
|
android:keyIcon="@drawable/sym_keyboard_delete"
|
||||||
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:isRepeatable="true"
|
android:isRepeatable="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -93,6 +96,7 @@
|
||||||
android:codes="@integer/key_return"
|
android:codes="@integer/key_return"
|
||||||
android:keyIcon="@drawable/sym_keyboard_return"
|
android:keyIcon="@drawable/sym_keyboard_return"
|
||||||
android:keyWidth="20%p"
|
android:keyWidth="20%p"
|
||||||
|
android:isModifier="true"
|
||||||
android:keyEdgeFlags="right" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
Loading…
Reference in New Issue