summaryrefslogtreecommitdiff
path: root/android/source/res/layout/toolbar_bottom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/layout/toolbar_bottom.xml')
-rw-r--r--android/source/res/layout/toolbar_bottom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml
index b028e8b0fbe0..5ad9ffb1a982 100644
--- a/android/source/res/layout/toolbar_bottom.xml
+++ b/android/source/res/layout/toolbar_bottom.xml
@@ -12,7 +12,10 @@
android:orientation="vertical"
app:popupTheme="@style/LibreOfficeTheme.Toolbar"
app:theme="@style/LibreOfficeTheme.Toolbar"
- tools:showIn="@layout/activity_main">
+ tools:showIn="@layout/activity_main"
+ app:layout_behavior="android.support.design.widget.BottomSheetBehavior"
+ app:behavior_hideable="true"
+ app:behavior_peekHeight="0dp">
<LinearLayout
android:id="@+id/formatting_toolbar"