From 1cad91e625386885a4b5f82a7fa3f05c5e575750 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 25 May 2011 17:41:01 -0700 Subject: Adding QSB - Also changing AppsCustomize bg to black. Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88 --- res/drawable-hdpi/divider_launcher_holo.9.png | Bin 0 -> 199 bytes res/drawable-hdpi/ic_generic_search.png | Bin 0 -> 6099 bytes res/drawable-hdpi/ic_voice_search.png | Bin 0 -> 4969 bytes res/drawable-land-hdpi/divider_launcher_holo.9.png | Bin 0 -> 2886 bytes res/drawable-land-mdpi/divider_launcher_holo.9.png | Bin 0 -> 2877 bytes .../divider_launcher_holo.9.png | Bin 199 -> 0 bytes res/drawable-large-hdpi/ic_generic_search.png | Bin 6099 -> 0 bytes res/drawable-large-hdpi/ic_voice_search.png | Bin 4969 -> 0 bytes .../divider_launcher_holo.9.png | Bin 1078 -> 0 bytes res/drawable-large-mdpi/ic_generic_search.png | Bin 4885 -> 0 bytes res/drawable-large-mdpi/ic_voice_search.png | Bin 4171 -> 0 bytes res/drawable-mdpi/divider_launcher_holo.9.png | Bin 0 -> 1078 bytes res/drawable-mdpi/ic_generic_search.png | Bin 0 -> 4885 bytes res/drawable-mdpi/ic_voice_search.png | Bin 0 -> 4171 bytes res/layout-land/launcher.xml | 6 ++ res/layout-land/workspace_screen.xml | 2 +- res/layout-port/launcher.xml | 7 ++- res/layout-port/workspace_screen.xml | 2 +- res/layout/apps_customize_pane.xml | 2 +- res/layout/qsb_bar.xml | 70 +++++++++++++++++++++ res/values-land/dimens.xml | 6 +- res/values-land/styles.xml | 17 +++++ res/values-large/dimens.xml | 3 - res/values/dimens.xml | 7 +++ res/values/styles.xml | 24 ++++--- 25 files changed, 131 insertions(+), 15 deletions(-) create mode 100644 res/drawable-hdpi/divider_launcher_holo.9.png create mode 100644 res/drawable-hdpi/ic_generic_search.png create mode 100644 res/drawable-hdpi/ic_voice_search.png create mode 100644 res/drawable-land-hdpi/divider_launcher_holo.9.png create mode 100644 res/drawable-land-mdpi/divider_launcher_holo.9.png delete mode 100644 res/drawable-large-hdpi/divider_launcher_holo.9.png delete mode 100644 res/drawable-large-hdpi/ic_generic_search.png delete mode 100644 res/drawable-large-hdpi/ic_voice_search.png delete mode 100644 res/drawable-large-mdpi/divider_launcher_holo.9.png delete mode 100644 res/drawable-large-mdpi/ic_generic_search.png delete mode 100644 res/drawable-large-mdpi/ic_voice_search.png create mode 100644 res/drawable-mdpi/divider_launcher_holo.9.png create mode 100644 res/drawable-mdpi/ic_generic_search.png create mode 100644 res/drawable-mdpi/ic_voice_search.png create mode 100644 res/layout/qsb_bar.xml (limited to 'res') diff --git a/res/drawable-hdpi/divider_launcher_holo.9.png b/res/drawable-hdpi/divider_launcher_holo.9.png new file mode 100644 index 000000000..0a1bd2a26 Binary files /dev/null and b/res/drawable-hdpi/divider_launcher_holo.9.png differ diff --git a/res/drawable-hdpi/ic_generic_search.png b/res/drawable-hdpi/ic_generic_search.png new file mode 100644 index 000000000..67bac5cc8 Binary files /dev/null and b/res/drawable-hdpi/ic_generic_search.png differ diff --git a/res/drawable-hdpi/ic_voice_search.png b/res/drawable-hdpi/ic_voice_search.png new file mode 100644 index 000000000..5d2f341ea Binary files /dev/null and b/res/drawable-hdpi/ic_voice_search.png differ diff --git a/res/drawable-land-hdpi/divider_launcher_holo.9.png b/res/drawable-land-hdpi/divider_launcher_holo.9.png new file mode 100644 index 000000000..f07f6c4b9 Binary files /dev/null and b/res/drawable-land-hdpi/divider_launcher_holo.9.png differ diff --git a/res/drawable-land-mdpi/divider_launcher_holo.9.png b/res/drawable-land-mdpi/divider_launcher_holo.9.png new file mode 100644 index 000000000..ae7734045 Binary files /dev/null and b/res/drawable-land-mdpi/divider_launcher_holo.9.png differ diff --git a/res/drawable-large-hdpi/divider_launcher_holo.9.png b/res/drawable-large-hdpi/divider_launcher_holo.9.png deleted file mode 100644 index 0a1bd2a26..000000000 Binary files a/res/drawable-large-hdpi/divider_launcher_holo.9.png and /dev/null differ diff --git a/res/drawable-large-hdpi/ic_generic_search.png b/res/drawable-large-hdpi/ic_generic_search.png deleted file mode 100644 index 67bac5cc8..000000000 Binary files a/res/drawable-large-hdpi/ic_generic_search.png and /dev/null differ diff --git a/res/drawable-large-hdpi/ic_voice_search.png b/res/drawable-large-hdpi/ic_voice_search.png deleted file mode 100644 index 5d2f341ea..000000000 Binary files a/res/drawable-large-hdpi/ic_voice_search.png and /dev/null differ diff --git a/res/drawable-large-mdpi/divider_launcher_holo.9.png b/res/drawable-large-mdpi/divider_launcher_holo.9.png deleted file mode 100644 index 6d101f4ce..000000000 Binary files a/res/drawable-large-mdpi/divider_launcher_holo.9.png and /dev/null differ diff --git a/res/drawable-large-mdpi/ic_generic_search.png b/res/drawable-large-mdpi/ic_generic_search.png deleted file mode 100644 index e3fd5a266..000000000 Binary files a/res/drawable-large-mdpi/ic_generic_search.png and /dev/null differ diff --git a/res/drawable-large-mdpi/ic_voice_search.png b/res/drawable-large-mdpi/ic_voice_search.png deleted file mode 100644 index 3c52e2ad8..000000000 Binary files a/res/drawable-large-mdpi/ic_voice_search.png and /dev/null differ diff --git a/res/drawable-mdpi/divider_launcher_holo.9.png b/res/drawable-mdpi/divider_launcher_holo.9.png new file mode 100644 index 000000000..6d101f4ce Binary files /dev/null and b/res/drawable-mdpi/divider_launcher_holo.9.png differ diff --git a/res/drawable-mdpi/ic_generic_search.png b/res/drawable-mdpi/ic_generic_search.png new file mode 100644 index 000000000..e3fd5a266 Binary files /dev/null and b/res/drawable-mdpi/ic_generic_search.png differ diff --git a/res/drawable-mdpi/ic_voice_search.png b/res/drawable-mdpi/ic_voice_search.png new file mode 100644 index 000000000..3c52e2ad8 Binary files /dev/null and b/res/drawable-mdpi/ic_voice_search.png differ diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index b2b2c9f70..c8a82e69d 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -41,6 +41,12 @@ + + diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index c7bcbb026..f05f9b68e 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -36,9 +36,14 @@ - + + diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index 05884ef73..e22ba12c6 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -20,7 +20,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/apps_customize_bg_gradient"> + android:background="#FF000000"> + + + + + + + + + + + + + + + + + + diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml index b3d0b2e81..13519e568 100644 --- a/res/values-land/dimens.xml +++ b/res/values-land/dimens.xml @@ -15,7 +15,11 @@ --> - 96dip + + 12dip + 12dip + + 106dip 74dip 100dip 74dip diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml index 251c717e1..50aba0949 100644 --- a/res/values-land/styles.xml +++ b/res/values-land/styles.xml @@ -18,6 +18,23 @@ --> + + + + + + + + + + - -