summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-07 19:20:00 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-07 19:20:00 +0200
commit71b2f15483c42a6c7bcd0857b7b508962392750e (patch)
treeb733486483a40df218270a323149f263746d7605 /app/src/main/res/layout
parent9476e2e8f376c4f369f272142fad6a3ada81b98d (diff)
Fix for not cropped media
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_status.xml13
-rw-r--r--app/src/main/res/layout/drawer_status_compact.xml13
-rw-r--r--app/src/main/res/layout/drawer_status_console.xml13
-rw-r--r--app/src/main/res/layout/drawer_status_focused.xml13
4 files changed, 36 insertions, 16 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index bcab804b9..9c69e4ad7 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -672,14 +672,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>
diff --git a/app/src/main/res/layout/drawer_status_compact.xml b/app/src/main/res/layout/drawer_status_compact.xml
index 12e4c262c..b06df6022 100644
--- a/app/src/main/res/layout/drawer_status_compact.xml
+++ b/app/src/main/res/layout/drawer_status_compact.xml
@@ -633,14 +633,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>
diff --git a/app/src/main/res/layout/drawer_status_console.xml b/app/src/main/res/layout/drawer_status_console.xml
index 2315e8dc6..bdfe79f2a 100644
--- a/app/src/main/res/layout/drawer_status_console.xml
+++ b/app/src/main/res/layout/drawer_status_console.xml
@@ -633,14 +633,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>
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>