Tiny adjustment to center user name in Settings activity (#1446)

pull/1449/head
AL-Session 1 year ago committed by GitHub
parent be11b1659f
commit 34eedc0fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,6 +59,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:contentDescription="@string/AccessibilityId_username"
android:gravity="center"
android:textColor="?android:textColorPrimary"
android:textSize="@dimen/very_large_font_size"
android:maxLength="@integer/max_user_nickname_length_chars"

Loading…
Cancel
Save