summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-10-28 16:30:20 -0700
committerDanesh M <daneshm90@gmail.com>2015-09-27 18:59:40 -0700
commitb1c299b85342fc3c54ad186aa2b3b24b939181e5 (patch)
tree6f9754151b8824a9abb3569f0008083b073cd2c9 /res/layout-port
parent5b2b779ecf53f54da396672ac50ddfbf2e1f97b4 (diff)
downloadandroid_packages_apps_Trebuchet-b1c299b85342fc3c54ad186aa2b3b24b939181e5.tar.gz
android_packages_apps_Trebuchet-b1c299b85342fc3c54ad186aa2b3b24b939181e5.tar.bz2
android_packages_apps_Trebuchet-b1c299b85342fc3c54ad186aa2b3b24b939181e5.zip
Fixing insets of launcher clings
Change-Id: Idbf46680f96086c93d667c26dc9ed214eeaf835e
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/longpress_cling.xml3
-rw-r--r--res/layout-port/migration_cling.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/res/layout-port/longpress_cling.xml b/res/layout-port/longpress_cling.xml
index 8e35f5c1a..c0b526713 100644
--- a/res/layout-port/longpress_cling.xml
+++ b/res/layout-port/longpress_cling.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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" >
<FrameLayout
diff --git a/res/layout-port/migration_cling.xml b/res/layout-port/migration_cling.xml
index dde8dbcdb..81689d38b 100644
--- a/res/layout-port/migration_cling.xml
+++ b/res/layout-port/migration_cling.xml
@@ -15,9 +15,11 @@
limitations under the License.
-->
<FrameLayout 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" >
<RelativeLayout