summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_account_search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_account_search.xml')
-rw-r--r--app/src/main/res/layout/drawer_account_search.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_account_search.xml b/app/src/main/res/layout/drawer_account_search.xml
index 00aed2617..c0d258651 100644
--- a/app/src/main/res/layout/drawer_account_search.xml
+++ b/app/src/main/res/layout/drawer_account_search.xml
@@ -36,7 +36,7 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="10dp"
android:layout_marginLeft="10dp"
- android:maxLines="1" />
+ android:singleLine="true" />
<TextView
android:id="@+id/account_dn"
@@ -45,5 +45,5 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="10dp"
android:layout_marginLeft="10dp"
- android:maxLines="1" />
+ android:singleLine="true" />
</LinearLayout> \ No newline at end of file