summaryrefslogtreecommitdiffstats
path: root/res/layout-land
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-land
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-land')
-rw-r--r--res/layout-land/longpress_cling.xml3
-rw-r--r--res/layout-land/migration_cling.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/res/layout-land/longpress_cling.xml b/res/layout-land/longpress_cling.xml
index 93bbc077a..9672dd8a0 100644
--- a/res/layout-land/longpress_cling.xml
+++ b/res/layout-land/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" >
diff --git a/res/layout-land/migration_cling.xml b/res/layout-land/migration_cling.xml
index 307cba8a8..db93da87a 100644
--- a/res/layout-land/migration_cling.xml
+++ b/res/layout-land/migration_cling.xml
@@ -15,9 +15,11 @@
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:id="@+id/migration_cling"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ launcher:layout_ignoreInsets="true"
android:background="#FF009688"
android:baselineAligned="false"
android:gravity="center_vertical" >