summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-12 18:38:51 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-12 18:38:51 +0200
commitbc7dcdde1f0767784d2a825e84e2ec1590bfcc9b (patch)
tree84f68f4f9cac16b031d1bffd2377126a5a7ff22c /app/src/main/res/layout
parent8476ebd5ed00f4b61c353a5420243dda02930bd2 (diff)
Fix margin issue with screen name
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_status.xml5
-rw-r--r--app/src/main/res/layout/drawer_status_compact.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 0a78a86e4..8ce2486fd 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -221,13 +221,16 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
+ android:layout_marginLeft="5dp"
+ android:layout_marginStart="5dp"
android:textSize="12sp"
android:maxLines="1"
android:ellipsize="end"
android:layout_width="0dp"
android:layout_weight="1"
android:id="@+id/status_account_username"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ />
<TextView
android:layout_marginStart="2dp"
android:layout_marginLeft="2dp"
diff --git a/app/src/main/res/layout/drawer_status_compact.xml b/app/src/main/res/layout/drawer_status_compact.xml
index cc3feaed5..26f8ccc40 100644
--- a/app/src/main/res/layout/drawer_status_compact.xml
+++ b/app/src/main/res/layout/drawer_status_compact.xml
@@ -180,6 +180,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
+ android:layout_marginLeft="5dp"
+ android:layout_marginStart="5dp"
android:textSize="12sp"
android:maxLines="1"
android:ellipsize="end"