summaryrefslogtreecommitdiff
path: root/android/source/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/layout/activity_main.xml')
-rw-r--r--android/source/res/layout/activity_main.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/source/res/layout/activity_main.xml b/android/source/res/layout/activity_main.xml
index 923ed5644595..1ad3e3836f24 100644
--- a/android/source/res/layout/activity_main.xml
+++ b/android/source/res/layout/activity_main.xml
@@ -6,9 +6,10 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#fff"
- tools:context=".LibreOfficeMainActivity" >
+ tools:context=".LibreOfficeMainActivity">
- <RelativeLayout
+ <android.support.design.widget.CoordinatorLayout
+ android:id="@+id/coordinator_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -27,7 +28,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_above="@+id/toolbar_bottom"
android:layout_below="@+id/toolbar"
android:orientation="vertical">
@@ -69,7 +69,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
- </RelativeLayout>
+ </android.support.design.widget.CoordinatorLayout>
<ListView
android:id="@+id/left_drawer"