feat(settings): add horizontal padding to SettingsFooterItem

This addresses a minor annoyance where the version name would be glued to the sides of the display
This commit is contained in:
LucasGGamerM 2023-06-01 11:55:31 -03:00
parent 8ea752fbf7
commit addb6e06bf
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="16sp" android:textSize="16sp"
android:minHeight="24dp" android:minHeight="24dp"
android:paddingHorizontal="16dp"
android:textColor="?android:textColorSecondary" android:textColor="?android:textColorSecondary"
android:gravity="center" android:gravity="center"
tools:text="Visual appearance"/> tools:text="Visual appearance"/>