summaryrefslogtreecommitdiffstats
path: root/res/layout/hidden_folder.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-09-28 16:27:25 -0700
committerDanesh M <daneshm90@gmail.com>2015-09-28 16:53:49 -0700
commite4a62ee23304930700f6935904295350d0883016 (patch)
tree58d6ab0807918f1a7462e779baee31063bbf3c11 /res/layout/hidden_folder.xml
parent76a7d9c0c0105462415235dc5dab917da9f12b6e (diff)
downloadandroid_packages_apps_Trebuchet-e4a62ee23304930700f6935904295350d0883016.tar.gz
android_packages_apps_Trebuchet-e4a62ee23304930700f6935904295350d0883016.tar.bz2
android_packages_apps_Trebuchet-e4a62ee23304930700f6935904295350d0883016.zip
Trebuchet : Fix insets for panelsstaging/catchup
Change-Id: I001a3c87ef2226f6a241b9538c0157b310961978
Diffstat (limited to 'res/layout/hidden_folder.xml')
-rw-r--r--res/layout/hidden_folder.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/hidden_folder.xml b/res/layout/hidden_folder.xml
index f4e785257..48e6c437d 100644
--- a/res/layout/hidden_folder.xml
+++ b/res/layout/hidden_folder.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:insettable="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/settings_bg_color"
@@ -9,6 +10,7 @@
android:paddingTop="@dimen/overview_panel_bottom_padding"
android:focusable="true"
android:focusableInTouchMode="true"
+ insettable:layout_ignoreInsets="true"
android:clickable="true" >
<RelativeLayout