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

This commit is contained in:
AL-Session 2024-04-04 12:04:39 +11:00 committed by GitHub
parent be11b1659f
commit 34eedc0fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"