am 0963c781: Make some keys in phone keyboard to darker color
Merge commit '0963c781f2278a73363f2db57b0d0ec30c37b371' into gingerbread-plus-aosp * commit '0963c781f2278a73363f2db57b0d0ec30c37b371': Make some keys in phone keyboard to darker colormain
commit
ac7771280d
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue