summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-12-15 19:46:56 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:25:19 -0800
commit7fc14e45774e3094ef3afdf391a13ad54df62a3e (patch)
treea50303eadf4dab290f99ef0a3c52446da2271827 /res/layout-land
parent04d59a5a3bda757080acf34a974474317e7a6ab3 (diff)
downloadandroid_packages_apps_Trebuchet-7fc14e45774e3094ef3afdf391a13ad54df62a3e.tar.gz
android_packages_apps_Trebuchet-7fc14e45774e3094ef3afdf391a13ad54df62a3e.tar.bz2
android_packages_apps_Trebuchet-7fc14e45774e3094ef3afdf391a13ad54df62a3e.zip
AppsCustomize: Overview panel
Change-Id: I5cfd1183194ee15d8bb18dcd2536a644c9599978
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 77ea2e9aa..3666b5986 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -50,10 +50,6 @@
android:id="@+id/qsb_bar"
layout="@layout/qsb_bar" />
- <include layout="@layout/overview_panel"
- android:id="@+id/overview_panel"
- android:visibility="gone" />
-
<!-- The Workspace cling must appear under the AppsCustomizePagedView below to ensure
that it is still visible during the transition to AllApps and doesn't overlay on
top of that view. -->
@@ -97,5 +93,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible" />
+
+ <include layout="@layout/overview_panel"
+ android:id="@+id/overview_panel"
+ android:visibility="gone" />
</com.android.launcher3.DragLayer>
</FrameLayout>