summaryrefslogtreecommitdiffstats
path: root/res/layout/launcher_overlay.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-23 17:28:30 -0700
committerAdam Cohen <adamcohen@google.com>2014-10-24 11:47:30 -0700
commita6d0492e5f0dd4e1b43d4034a770241dc65f8f8c (patch)
tree7f9283954397d3b21703b849b5c70b17b553bb25 /res/layout/launcher_overlay.xml
parent4a080dcadd532dd259de596729a1cd6e949bdae4 (diff)
downloadandroid_packages_apps_Trebuchet-a6d0492e5f0dd4e1b43d4034a770241dc65f8f8c.tar.gz
android_packages_apps_Trebuchet-a6d0492e5f0dd4e1b43d4034a770241dc65f8f8c.tar.bz2
android_packages_apps_Trebuchet-a6d0492e5f0dd4e1b43d4034a770241dc65f8f8c.zip
Allow LauncherOverlay to access and manage insets
Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
Diffstat (limited to 'res/layout/launcher_overlay.xml')
-rw-r--r--res/layout/launcher_overlay.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/launcher_overlay.xml b/res/layout/launcher_overlay.xml
index 9ef0c9a97..b35a2d8ae 100644
--- a/res/layout/launcher_overlay.xml
+++ b/res/layout/launcher_overlay.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<FrameLayout
+<com.android.launcher3.InsettableFrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent" /> \ No newline at end of file
+ android:layout_height="match_parent" />