summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-05-24 17:56:56 +0000
committerMario Bertschler <bmario@google.com>2017-05-24 17:56:56 +0000
commit418d443d2fdf4bade836eef35ec6732ae07a73fe (patch)
treeec8de68c073ee89ca98de97fa606657ab430ce4a /res/layout
parentd15dccf10eec367e38b8723c409909a29307057a (diff)
downloadandroid_packages_apps_Trebuchet-418d443d2fdf4bade836eef35ec6732ae07a73fe.tar.gz
android_packages_apps_Trebuchet-418d443d2fdf4bade836eef35ec6732ae07a73fe.tar.bz2
android_packages_apps_Trebuchet-418d443d2fdf4bade836eef35ec6732ae07a73fe.zip
Revert "Allapps motion changes for landscape"
This reverts commit d15dccf10eec367e38b8723c409909a29307057a. Change-Id: I04c06d419bc636929259bc5f4fdce982d97ef33f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/gradient_scrim.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/gradient_scrim.xml b/res/layout/gradient_scrim.xml
index 15516b028..c40c5fc0c 100644
--- a/res/layout/gradient_scrim.xml
+++ b/res/layout/gradient_scrim.xml
@@ -26,5 +26,6 @@
android:id="@+id/scrim_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:visibility="gone"/>
+ android:visibility="gone"
+ app:layout_ignoreInsets="true"/>
</merge> \ No newline at end of file