From d097a1880f2339705486d50cd8b33c6088fa9fa5 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:58 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- res/drawable/google_logo.png | Bin 5953 -> 3361 bytes res/layout-land/application_boxed.xml | 8 ++-- res/layout-land/launcher.xml | 28 ++++++++------ res/layout-land/live_folder_grid.xml | 49 ++++++++++++++++++++++++ res/layout-land/live_folder_icon.xml | 21 ++++++++++ res/layout-port/application_boxed.xml | 8 ++-- res/layout-port/launcher.xml | 28 ++++++++------ res/layout-port/live_folder_grid.xml | 49 ++++++++++++++++++++++++ res/layout-port/live_folder_icon.xml | 21 ++++++++++ res/layout/application_list.xml | 70 ++++++++++++++++++++++++++++++++++ res/layout/live_folder_list.xml | 42 ++++++++++++++++++++ res/layout/widget_search.xml | 12 +++--- res/values-de/strings.xml | 46 ++++++++++++++++++++++ res/values-ja/strings.xml | 46 ++++++++++++++++++++++ res/values/attrs.xml | 24 +++++++++--- res/values/strings.xml | 45 ++++++++++++++++------ res/values/styles.xml | 2 +- 17 files changed, 447 insertions(+), 52 deletions(-) create mode 100644 res/layout-land/live_folder_grid.xml create mode 100644 res/layout-land/live_folder_icon.xml create mode 100644 res/layout-port/live_folder_grid.xml create mode 100644 res/layout-port/live_folder_icon.xml create mode 100644 res/layout/application_list.xml create mode 100644 res/layout/live_folder_list.xml create mode 100644 res/values-de/strings.xml create mode 100644 res/values-ja/strings.xml (limited to 'res') diff --git a/res/drawable/google_logo.png b/res/drawable/google_logo.png index 738abe013..54fd5f961 100644 Binary files a/res/drawable/google_logo.png and b/res/drawable/google_logo.png differ diff --git a/res/layout-land/application_boxed.xml b/res/layout-land/application_boxed.xml index 3cec8d0be..63d2254b4 100644 --- a/res/layout-land/application_boxed.xml +++ b/res/layout-land/application_boxed.xml @@ -15,15 +15,17 @@ --> diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index e93ef31d2..11a81fd8e 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -16,6 +16,7 @@ - - - + + + @@ -42,19 +43,24 @@ android:layout_height="fill_parent" android:orientation="horizontal" - android:bottomOffset="7px" - android:handle="@+id/all_apps" - android:content="@+id/content"> - - + + + + launcher:direction="vertical" /> + + + + +