summaryrefslogtreecommitdiffstats
path: root/res/layout/app_drawer_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/app_drawer_container.xml')
-rw-r--r--res/layout/app_drawer_container.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml
index 3706e448d..f5db08ce1 100644
--- a/res/layout/app_drawer_container.xml
+++ b/res/layout/app_drawer_container.xml
@@ -42,6 +42,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
+ android:paddingBottom="@dimen/scrubber_height"
android:overScrollMode="never"/>
</FrameLayout>
@@ -63,6 +64,7 @@
android:id="@+id/app_drawer_scrubber"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:clickable="true"
android:layout_gravity="bottom"/>
</FrameLayout>