summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-09-03 14:15:02 -0700
committerMichael Jurka <mikejurka@google.com>2010-09-13 15:16:10 -0700
commit5f1c509d5ad1954a7e38e77db4d5f27c7345fd39 (patch)
tree94f434edef0031fe54ae4fa2bbfee518241e982f /res/layout-land
parent686e136f5a1d4e1bb3a69b9b2634fc51221a3245 (diff)
downloadandroid_packages_apps_Trebuchet-5f1c509d5ad1954a7e38e77db4d5f27c7345fd39.tar.gz
android_packages_apps_Trebuchet-5f1c509d5ad1954a7e38e77db4d5f27c7345fd39.tar.bz2
android_packages_apps_Trebuchet-5f1c509d5ad1954a7e38e77db4d5f27c7345fd39.zip
supporting swipable home screens on xlarge devices
- icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/application.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/application.xml b/res/layout-land/application.xml
index 6de565878..846c81c1d 100644
--- a/res/layout-land/application.xml
+++ b/res/layout-land/application.xml
@@ -14,5 +14,5 @@
limitations under the License.
-->
-<com.android.launcher2.BubbleTextView xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/WorkspaceIcon.Landscape" />
+<com.android.launcher2.DimmableBubbleTextView xmlns:android="http://schemas.android.com/apk/res/android"
+ style="@style/WorkspaceIcon.Landscape" />