summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorKasun <k-a-s-u-n@tuta.io>2019-04-21 14:21:37 +0530
committerKasun <k-a-s-u-n@tuta.io>2019-04-21 14:21:37 +0530
commitb6deaf7212ce3deb61f5bf5a863d685f73fffdfd (patch)
treeb0676d59bc4be65258cbd7fc4461e96833190cb4 /app/src/main/res/layout
parent22a1c12159a686ba8080581c0781212499f9b085 (diff)
move locked account icon to the end of username
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_show_account.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_show_account.xml b/app/src/main/res/layout/activity_show_account.xml
index 18fd8cf5c..6177ced9b 100644
--- a/app/src/main/res/layout/activity_show_account.xml
+++ b/app/src/main/res/layout/activity_show_account.xml
@@ -135,14 +135,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
- android:textSize="16sp"
+ android:textSize="18sp"
android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
<TextView
android:textColor="?attr/color_in_account_header"
android:id="@+id/account_un"
android:maxLines="1"
android:layout_width="wrap_content"
- android:textSize="14sp"
+ android:textSize="16sp"
android:layout_height="wrap_content"
/>
<TextView