From 0963c781f2278a73363f2db57b0d0ec30c37b371 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Wed, 13 Oct 2010 13:53:34 +0900 Subject: [PATCH] Make some keys in phone keyboard to darker color Bug: 3088257 Change-Id: I36b1a0f147c1087a98b91f00d60bf15922861f9c --- java/res/xml/kbd_phone.xml | 7 ++++++- java/res/xml/kbd_phone_symbols.xml | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/java/res/xml/kbd_phone.xml b/java/res/xml/kbd_phone.xml index 9f381b905..0a01fa00e 100644 --- a/java/res/xml/kbd_phone.xml +++ b/java/res/xml/kbd_phone.xml @@ -41,6 +41,7 @@ @@ -57,6 +58,7 @@ @@ -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" /> @@ -84,7 +87,8 @@ + android:iconPreview="@drawable/sym_keyboard_feedback_numalt" + android:keyEdgeFlags="left" /> @@ -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" /> diff --git a/java/res/xml/kbd_phone_symbols.xml b/java/res/xml/kbd_phone_symbols.xml index 598e211f5..2dc93c15f 100644 --- a/java/res/xml/kbd_phone_symbols.xml +++ b/java/res/xml/kbd_phone_symbols.xml @@ -38,6 +38,7 @@ @@ -54,6 +55,7 @@ @@ -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" /> @@ -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" />