summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_account_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_account_list.xml')
-rw-r--r--app/src/main/res/layout/drawer_account_list.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/drawer_account_list.xml b/app/src/main/res/layout/drawer_account_list.xml
index 881f4da65..973fb6d18 100644
--- a/app/src/main/res/layout/drawer_account_list.xml
+++ b/app/src/main/res/layout/drawer_account_list.xml
@@ -44,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="10dp"
- android:maxLines="1"
+ android:singleLine="true"
android:textSize="14sp"
android:textStyle="bold" />
@@ -54,7 +54,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="10dp"
- android:maxLines="1"
+ android:singleLine="true"
android:textSize="14sp" />
</LinearLayout>
<!-- Content description set programmatically -->
@@ -67,6 +67,6 @@
android:gravity="center"
android:scaleType="fitXY"
app:backgroundTint="?colorAccent"
- app:tint="?iconColorMenu"
- app:fabSize="mini" />
+ app:fabSize="mini"
+ app:tint="?iconColorMenu" />
</LinearLayout> \ No newline at end of file