summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-06 18:56:44 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-06 18:56:44 +0200
commitec28de29ec5030d343c3a12c0cacdd2f2780ce8d (patch)
tree389575d1b7044171291807cc2e16a4027381c261 /app/src/main/res/layout
parent249fac6b8bcaf3c4e2ede88b98d857ccf7546aeb (diff)
Add coding
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_status.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 8bc9c61b5..e8b4ef827 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -419,6 +419,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
+
<RelativeLayout
android:id="@+id/status_horizontal_document_container"
android:visibility="gone"
@@ -671,8 +672,8 @@
android:visibility="gone"
android:id="@+id/status_show_more"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center">
+ android:layout_height="200dp"
+ android:layout_centerInParent="true">
<TextView
android:id="@+id/show_more_content"
android:layout_width="wrap_content"