summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-port
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-10-28 16:30:20 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-10-28 16:30:34 -0700
commit75f8adf06c66b3b6f8f0ad3da62d7717c4a6e3a8 (patch)
tree1caefcd7f975878e7f8baebfa5629176ddeb27c1 /res/layout-sw600dp-port
parent09ae4aef52b4486b97ecc77feeb64307bcbd3993 (diff)
downloadandroid_packages_apps_Trebuchet-75f8adf06c66b3b6f8f0ad3da62d7717c4a6e3a8.tar.gz
android_packages_apps_Trebuchet-75f8adf06c66b3b6f8f0ad3da62d7717c4a6e3a8.tar.bz2
android_packages_apps_Trebuchet-75f8adf06c66b3b6f8f0ad3da62d7717c4a6e3a8.zip
Fixing insets of launcher clings
Change-Id: Idbf46680f96086c93d667c26dc9ed214eeaf835e
Diffstat (limited to 'res/layout-sw600dp-port')
-rw-r--r--res/layout-sw600dp-port/longpress_cling.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-sw600dp-port/longpress_cling.xml b/res/layout-sw600dp-port/longpress_cling.xml
index b42d697a5..c4573d535 100644
--- a/res/layout-sw600dp-port/longpress_cling.xml
+++ b/res/layout-sw600dp-port/longpress_cling.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
+ xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:id="@+id/longpress_cling"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ launcher:layout_ignoreInsets="true"
android:background="@color/cling_scrim_background"
android:orientation="vertical" >