From 7404ee4a16e03dba9f026ac8c78d7cea3886260f Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Fri, 31 Jul 2009 11:54:44 -0700 Subject: Checkpoint launcher2 - all apps is in a 2nd window. Lots is still broken. --- res/layout-land/all_apps.xml | 41 +++++++++++++++++++++++++++++ res/layout-land/launcher.xml | 49 +++++++---------------------------- res/layout-land/live_folder_grid.xml | 2 +- res/layout-land/user_folder.xml | 2 +- res/layout-port/all_apps.xml | 39 ++++++++++++++++++++++++++++ res/layout-port/launcher.xml | 50 ++++++++---------------------------- res/layout/live_folder_list.xml | 2 +- 7 files changed, 102 insertions(+), 83 deletions(-) create mode 100644 res/layout-land/all_apps.xml create mode 100644 res/layout-port/all_apps.xml (limited to 'res') diff --git a/res/layout-land/all_apps.xml b/res/layout-land/all_apps.xml new file mode 100644 index 000000000..1927394ae --- /dev/null +++ b/res/layout-land/all_apps.xml @@ -0,0 +1,41 @@ + + + + + + + + diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 3af51ec55..ef1623101 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -36,51 +36,20 @@ - - - + android:background="@drawable/handle" - + android:scaleType="center" + android:src="@drawable/handle_icon" - + launcher:direction="vertical" /> + + + + + diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index 6ed605b00..e77a01e98 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -36,51 +36,21 @@ - - - + android:background="@drawable/handle" - + android:scaleType="center" + android:src="@drawable/handle_icon" - + launcher:direction="horizontal" />