From 45355c4596f396d7e7247e91de850646356bd104 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Mon, 8 Oct 2012 13:21:35 +0200 Subject: Re-merge "Add support for custom manta cling" Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476 --- res/layout/custom_workspace_cling.xml | 30 ++++++++++++++++++++++++++++++ res/values/dimens.xml | 3 +++ res/values/strings.xml | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 res/layout/custom_workspace_cling.xml (limited to 'res') diff --git a/res/layout/custom_workspace_cling.xml b/res/layout/custom_workspace_cling.xml new file mode 100644 index 000000000..5bdc58719 --- /dev/null +++ b/res/layout/custom_workspace_cling.xml @@ -0,0 +1,30 @@ + + + + + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml index d497c2dae..628884fc3 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -22,6 +22,9 @@ 0dp 0dp 48dp + + + To make a new folder on your Home screen, stack one app on top of another. OK + + Error: custom workspace layout passed in but custom cling was not overwritten -- cgit v1.2.3