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.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 9c69e4ad7..efe3fb26e 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -672,8 +672,9 @@
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"
@@ -681,7 +682,7 @@
android:layout_gravity="center"
android:layout_centerInParent="true"
android:padding="12dp"
- android:background="#AA000000"
+ android:background="@drawable/rounded_label_sensitive"
android:textColor="#ffffffff"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />