summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status_focused.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_status_focused.xml')
-rw-r--r--app/src/main/res/layout/drawer_status_focused.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/app/src/main/res/layout/drawer_status_focused.xml b/app/src/main/res/layout/drawer_status_focused.xml
index 95ffcbc5f..73f0947b1 100644
--- a/app/src/main/res/layout/drawer_status_focused.xml
+++ b/app/src/main/res/layout/drawer_status_focused.xml
@@ -557,14 +557,19 @@
android:visibility="gone"
android:id="@+id/status_show_more"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_centerInParent="true">
+ android:layout_height="200dp"
+ >
<TextView
android:textSize="20sp"
android:gravity="center"
android:id="@+id/show_more_content"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_gravity="center"
+ android:layout_centerInParent="true"
+ android:padding="12dp"
+ android:background="#AA000000"
+ android:textColor="#ffffffff"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
</RelativeLayout>
</RelativeLayout>
</LinearLayout>