From 0be36ee096eccea7aff5dc5d0505420ae55dc8ce Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Fri, 18 Nov 2011 17:09:29 -0800 Subject: [PATCH] Add left/right padding to phone/number layout of tablet Change-Id: Ida6b458f3233cd4ea3ae71e07e2a5c80c7750954 --- java/res/xml-sw600dp-land/kbd_number.xml | 28 +++ java/res/xml-sw600dp-land/kbd_phone.xml | 28 +++ java/res/xml-sw600dp-land/kbd_phone_shift.xml | 28 +++ java/res/xml-sw600dp/kbd_number.xml | 184 +--------------- java/res/xml-sw600dp/kbd_phone.xml | 98 +-------- java/res/xml-sw600dp/kbd_phone_shift.xml | 106 +-------- java/res/xml-sw600dp/kbd_rows_number.xml | 5 +- java/res/xml-sw600dp/kbd_rows_phone.xml | 5 +- java/res/xml-sw600dp/kbd_rows_phone_shift.xml | 5 +- java/res/xml-sw768dp-land/kbd_number.xml | 28 +++ java/res/xml-sw768dp-land/kbd_phone.xml | 28 +++ java/res/xml-sw768dp-land/kbd_phone_shift.xml | 28 +++ java/res/xml-sw768dp/kbd_number.xml | 203 +----------------- java/res/xml-sw768dp/kbd_phone.xml | 119 +--------- java/res/xml-sw768dp/kbd_phone_shift.xml | 129 +---------- java/res/xml-sw768dp/kbd_rows_number.xml | 5 +- java/res/xml-sw768dp/kbd_rows_phone.xml | 5 +- java/res/xml-sw768dp/kbd_rows_phone_shift.xml | 5 +- 18 files changed, 186 insertions(+), 851 deletions(-) create mode 100644 java/res/xml-sw600dp-land/kbd_number.xml create mode 100644 java/res/xml-sw600dp-land/kbd_phone.xml create mode 100644 java/res/xml-sw600dp-land/kbd_phone_shift.xml create mode 100644 java/res/xml-sw768dp-land/kbd_number.xml create mode 100644 java/res/xml-sw768dp-land/kbd_phone.xml create mode 100644 java/res/xml-sw768dp-land/kbd_phone_shift.xml diff --git a/java/res/xml-sw600dp-land/kbd_number.xml b/java/res/xml-sw600dp-land/kbd_number.xml new file mode 100644 index 000000000..7e3188b0f --- /dev/null +++ b/java/res/xml-sw600dp-land/kbd_number.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/java/res/xml-sw600dp-land/kbd_phone.xml b/java/res/xml-sw600dp-land/kbd_phone.xml new file mode 100644 index 000000000..28df7efa3 --- /dev/null +++ b/java/res/xml-sw600dp-land/kbd_phone.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/java/res/xml-sw600dp-land/kbd_phone_shift.xml b/java/res/xml-sw600dp-land/kbd_phone_shift.xml new file mode 100644 index 000000000..daf1d18c5 --- /dev/null +++ b/java/res/xml-sw600dp-land/kbd_phone_shift.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/java/res/xml-sw600dp/kbd_number.xml b/java/res/xml-sw600dp/kbd_number.xml index d52c640ed..fe52677a5 100644 --- a/java/res/xml-sw600dp/kbd_number.xml +++ b/java/res/xml-sw600dp/kbd_number.xml @@ -23,187 +23,5 @@ latin:keyWidth="16.75%p" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + latin:keyboardLayout="@xml/kbd_rows_number" /> diff --git a/java/res/xml-sw600dp/kbd_phone.xml b/java/res/xml-sw600dp/kbd_phone.xml index 49d7f293f..2d0460316 100644 --- a/java/res/xml-sw600dp/kbd_phone.xml +++ b/java/res/xml-sw600dp/kbd_phone.xml @@ -23,101 +23,5 @@ latin:keyWidth="16.75%p" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + latin:keyboardLayout="@xml/kbd_rows_phone" /> diff --git a/java/res/xml-sw600dp/kbd_phone_shift.xml b/java/res/xml-sw600dp/kbd_phone_shift.xml index 5cd6a558e..2b710eb18 100644 --- a/java/res/xml-sw600dp/kbd_phone_shift.xml +++ b/java/res/xml-sw600dp/kbd_phone_shift.xml @@ -23,109 +23,5 @@ latin:keyWidth="16.75%p" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + latin:keyboardLayout="@xml/kbd_rows_phone_shift" /> diff --git a/java/res/xml-sw600dp/kbd_rows_number.xml b/java/res/xml-sw600dp/kbd_rows_number.xml index d52c640ed..38cc1861c 100644 --- a/java/res/xml-sw600dp/kbd_rows_number.xml +++ b/java/res/xml-sw600dp/kbd_rows_number.xml @@ -18,9 +18,8 @@ */ --> - @@ -206,4 +205,4 @@ - + diff --git a/java/res/xml-sw600dp/kbd_rows_phone.xml b/java/res/xml-sw600dp/kbd_rows_phone.xml index 49d7f293f..a96cc7613 100644 --- a/java/res/xml-sw600dp/kbd_rows_phone.xml +++ b/java/res/xml-sw600dp/kbd_rows_phone.xml @@ -18,9 +18,8 @@ */ --> - @@ -120,4 +119,4 @@ - + diff --git a/java/res/xml-sw600dp/kbd_rows_phone_shift.xml b/java/res/xml-sw600dp/kbd_rows_phone_shift.xml index 5cd6a558e..654684a54 100644 --- a/java/res/xml-sw600dp/kbd_rows_phone_shift.xml +++ b/java/res/xml-sw600dp/kbd_rows_phone_shift.xml @@ -18,9 +18,8 @@ */ --> - @@ -128,4 +127,4 @@ - + diff --git a/java/res/xml-sw768dp-land/kbd_number.xml b/java/res/xml-sw768dp-land/kbd_number.xml new file mode 100644 index 000000000..3106dc34e --- /dev/null +++ b/java/res/xml-sw768dp-land/kbd_number.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/java/res/xml-sw768dp-land/kbd_phone.xml b/java/res/xml-sw768dp-land/kbd_phone.xml new file mode 100644 index 000000000..7c7af5739 --- /dev/null +++ b/java/res/xml-sw768dp-land/kbd_phone.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/java/res/xml-sw768dp-land/kbd_phone_shift.xml b/java/res/xml-sw768dp-land/kbd_phone_shift.xml new file mode 100644 index 000000000..04b018cfe --- /dev/null +++ b/java/res/xml-sw768dp-land/kbd_phone_shift.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/java/res/xml-sw768dp/kbd_number.xml b/java/res/xml-sw768dp/kbd_number.xml index 2d515ac18..74ce854cf 100644 --- a/java/res/xml-sw768dp/kbd_number.xml +++ b/java/res/xml-sw768dp/kbd_number.xml @@ -23,206 +23,5 @@ latin:keyWidth="13.250%p" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + latin:keyboardLayout="@xml/kbd_rows_number" /> diff --git a/java/res/xml-sw768dp/kbd_phone.xml b/java/res/xml-sw768dp/kbd_phone.xml index b6b850b2a..0a9b8b53a 100644 --- a/java/res/xml-sw768dp/kbd_phone.xml +++ b/java/res/xml-sw768dp/kbd_phone.xml @@ -23,122 +23,5 @@ latin:keyWidth="13.250%p" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + latin:keyboardLayout="@xml/kbd_rows_phone" /> diff --git a/java/res/xml-sw768dp/kbd_phone_shift.xml b/java/res/xml-sw768dp/kbd_phone_shift.xml index e241f70ea..055d70cd2 100644 --- a/java/res/xml-sw768dp/kbd_phone_shift.xml +++ b/java/res/xml-sw768dp/kbd_phone_shift.xml @@ -23,132 +23,5 @@ latin:keyWidth="13.250%p" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + latin:keyboardLayout="@xml/kbd_rows_phone_shift" /> diff --git a/java/res/xml-sw768dp/kbd_rows_number.xml b/java/res/xml-sw768dp/kbd_rows_number.xml index 594c78602..c6a4193c3 100644 --- a/java/res/xml-sw768dp/kbd_rows_number.xml +++ b/java/res/xml-sw768dp/kbd_rows_number.xml @@ -18,9 +18,8 @@ */ --> - @@ -225,4 +224,4 @@ - + diff --git a/java/res/xml-sw768dp/kbd_rows_phone.xml b/java/res/xml-sw768dp/kbd_rows_phone.xml index 4bbd206d4..de363756e 100644 --- a/java/res/xml-sw768dp/kbd_rows_phone.xml +++ b/java/res/xml-sw768dp/kbd_rows_phone.xml @@ -18,9 +18,8 @@ */ --> - @@ -141,4 +140,4 @@ - + diff --git a/java/res/xml-sw768dp/kbd_rows_phone_shift.xml b/java/res/xml-sw768dp/kbd_rows_phone_shift.xml index cf329f91f..b59013d2e 100644 --- a/java/res/xml-sw768dp/kbd_rows_phone_shift.xml +++ b/java/res/xml-sw768dp/kbd_rows_phone_shift.xml @@ -18,9 +18,8 @@ */ --> - @@ -151,4 +150,4 @@ - +