mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 04:10:07 +00:00
android: Use more padding on top of each settings header
This commit is contained in:
parent
470714e2d1
commit
6c93cdffb1
@ -7,7 +7,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
android:paddingHorizontal="@dimen/spacing_large"
|
||||
android:paddingVertical="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
android:textStyle="bold"
|
||||
|
Loading…
Reference in New Issue
Block a user