summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index e8b4ef827..bcab804b9 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -672,12 +672,14 @@
android:visibility="gone"
android:id="@+id/status_show_more"
android:layout_width="match_parent"
- android:layout_height="200dp"
+ android:layout_height="match_parent"
android:layout_centerInParent="true">
<TextView
+ android:textSize="20sp"
+ android:gravity="center"
android:id="@+id/show_more_content"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</RelativeLayout>
</RelativeLayout>