From 365083a83f88d75e8637403e781be4bbc2c7ea67 Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Thu, 26 May 2011 13:26:47 -0700 Subject: 7in fixes for Calculator 1) Fix spacing 2) Hide ime The change is smaller than it looks. Some padding were pulled out to the styles.xml. Bug:4478389 Bug:4082260 Change-Id: I98440dc73157dfe30f60ac328c1244fa65723e80 --- res/drawable-sw600dp-hdpi/calc_clear_symbol.png | Bin 0 -> 1970 bytes .../calculator_input_field.9.png | Bin 0 -> 1365 bytes res/drawable-sw600dp-mdpi/calc_clear_symbol.png | Bin 0 -> 1693 bytes .../calculator_input_field.9.png | Bin 0 -> 1262 bytes res/drawable-xlarge-hdpi/calc_clear_symbol.png | Bin 1970 -> 0 bytes .../calculator_input_field.9.png | Bin 1365 -> 0 bytes res/drawable-xlarge-mdpi/calc_clear_symbol.png | Bin 1693 -> 0 bytes .../calculator_input_field.9.png | Bin 1262 -> 0 bytes res/layout-sw600dp-land/main.xml | 247 +++++++++++++++++++++ res/layout-sw600dp/main.xml | 233 +++++++++++++++++++ res/layout-xlarge-land/main.xml | 246 -------------------- res/layout-xlarge/main.xml | 233 ------------------- res/values-sw600dp-port/styles.xml | 18 ++ res/values-sw600dp/styles.xml | 26 +++ res/values-sw800dp-land/styles.xml | 20 ++ res/values-sw800dp-port/styles.xml | 20 ++ res/values-xlarge/styles.xml | 22 -- res/values/styles.xml | 7 +- 18 files changed, 570 insertions(+), 502 deletions(-) create mode 100644 res/drawable-sw600dp-hdpi/calc_clear_symbol.png create mode 100644 res/drawable-sw600dp-hdpi/calculator_input_field.9.png create mode 100644 res/drawable-sw600dp-mdpi/calc_clear_symbol.png create mode 100644 res/drawable-sw600dp-mdpi/calculator_input_field.9.png delete mode 100644 res/drawable-xlarge-hdpi/calc_clear_symbol.png delete mode 100644 res/drawable-xlarge-hdpi/calculator_input_field.9.png delete mode 100644 res/drawable-xlarge-mdpi/calc_clear_symbol.png delete mode 100644 res/drawable-xlarge-mdpi/calculator_input_field.9.png create mode 100644 res/layout-sw600dp-land/main.xml create mode 100644 res/layout-sw600dp/main.xml delete mode 100644 res/layout-xlarge-land/main.xml delete mode 100644 res/layout-xlarge/main.xml create mode 100644 res/values-sw600dp-port/styles.xml create mode 100644 res/values-sw600dp/styles.xml create mode 100644 res/values-sw800dp-land/styles.xml create mode 100644 res/values-sw800dp-port/styles.xml delete mode 100644 res/values-xlarge/styles.xml (limited to 'res') diff --git a/res/drawable-sw600dp-hdpi/calc_clear_symbol.png b/res/drawable-sw600dp-hdpi/calc_clear_symbol.png new file mode 100644 index 0000000..8ffc30e Binary files /dev/null and b/res/drawable-sw600dp-hdpi/calc_clear_symbol.png differ diff --git a/res/drawable-sw600dp-hdpi/calculator_input_field.9.png b/res/drawable-sw600dp-hdpi/calculator_input_field.9.png new file mode 100644 index 0000000..555873c Binary files /dev/null and b/res/drawable-sw600dp-hdpi/calculator_input_field.9.png differ diff --git a/res/drawable-sw600dp-mdpi/calc_clear_symbol.png b/res/drawable-sw600dp-mdpi/calc_clear_symbol.png new file mode 100644 index 0000000..60dfecc Binary files /dev/null and b/res/drawable-sw600dp-mdpi/calc_clear_symbol.png differ diff --git a/res/drawable-sw600dp-mdpi/calculator_input_field.9.png b/res/drawable-sw600dp-mdpi/calculator_input_field.9.png new file mode 100644 index 0000000..679d4c8 Binary files /dev/null and b/res/drawable-sw600dp-mdpi/calculator_input_field.9.png differ diff --git a/res/drawable-xlarge-hdpi/calc_clear_symbol.png b/res/drawable-xlarge-hdpi/calc_clear_symbol.png deleted file mode 100644 index 8ffc30e..0000000 Binary files a/res/drawable-xlarge-hdpi/calc_clear_symbol.png and /dev/null differ diff --git a/res/drawable-xlarge-hdpi/calculator_input_field.9.png b/res/drawable-xlarge-hdpi/calculator_input_field.9.png deleted file mode 100644 index 555873c..0000000 Binary files a/res/drawable-xlarge-hdpi/calculator_input_field.9.png and /dev/null differ diff --git a/res/drawable-xlarge-mdpi/calc_clear_symbol.png b/res/drawable-xlarge-mdpi/calc_clear_symbol.png deleted file mode 100644 index 60dfecc..0000000 Binary files a/res/drawable-xlarge-mdpi/calc_clear_symbol.png and /dev/null differ diff --git a/res/drawable-xlarge-mdpi/calculator_input_field.9.png b/res/drawable-xlarge-mdpi/calculator_input_field.9.png deleted file mode 100644 index 679d4c8..0000000 Binary files a/res/drawable-xlarge-mdpi/calculator_input_field.9.png and /dev/null differ diff --git a/res/layout-sw600dp-land/main.xml b/res/layout-sw600dp-land/main.xml new file mode 100644 index 0000000..020edba --- /dev/null +++ b/res/layout-sw600dp-land/main.xml @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + +