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:
parent
8ea752fbf7
commit
addb6e06bf
|
@ -5,6 +5,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:minHeight="24dp"
|
||||
android:paddingHorizontal="16dp"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:gravity="center"
|
||||
tools:text="Visual appearance"/>
|
Loading…
Reference in New Issue