From 46e47d03b309f74a1de610410b04e085b874bbb3 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 4 Mar 2010 15:10:54 -0500 Subject: [PATCH] Change the way 2D/3D AllApps are selected. all_apps.xml is now a trampoline that loads the correct layout file. Also take this opportunity to make 2D the default. Change-Id: Iba2500da1bf4f505f1a5c2f6f32ed6e72ec34c5f --- res/layout/all_apps.xml | 21 +++------------ res/layout/all_apps_2d.xml | 55 ++++++++++++++++++++++++++++++++++++++ res/layout/all_apps_3d.xml | 33 +++++++++++++++++++++++ 3 files changed, 92 insertions(+), 17 deletions(-) create mode 100644 res/layout/all_apps_2d.xml create mode 100644 res/layout/all_apps_3d.xml diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml index 7975df40a4..fadf736a63 100644 --- a/res/layout/all_apps.xml +++ b/res/layout/all_apps.xml @@ -14,20 +14,7 @@ limitations under the License. --> - - + + + + diff --git a/res/layout/all_apps_2d.xml b/res/layout/all_apps_2d.xml new file mode 100644 index 0000000000..f22b8ea50d --- /dev/null +++ b/res/layout/all_apps_2d.xml @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/res/layout/all_apps_3d.xml b/res/layout/all_apps_3d.xml new file mode 100644 index 0000000000..7975df40a4 --- /dev/null +++ b/res/layout/all_apps_3d.xml @@ -0,0 +1,33 @@ + + + + +