diff options
| author | 2023-11-12 19:14:13 -0500 | |
|---|---|---|
| committer | 2023-11-12 21:36:51 -0500 | |
| commit | 6c93cdffb18911d327092e0b6f8fe67d045102a2 (patch) | |
| tree | fcd535c3bf75ac38d8f6d5d26ea629d6bc47a636 /src | |
| parent | android: Remove dividers between each setting (diff) | |
| download | yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.gz yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.xz yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.zip | |
android: Use more padding on top of each settings header
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/app/src/main/res/layout/list_item_settings_header.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/list_item_settings_header.xml b/src/android/app/src/main/res/layout/list_item_settings_header.xml index cf85bc0da..21276b19e 100644 --- a/src/android/app/src/main/res/layout/list_item_settings_header.xml +++ b/src/android/app/src/main/res/layout/list_item_settings_header.xml | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | android:layout_height="wrap_content" | 7 | android:layout_height="wrap_content" |
| 8 | android:layout_gravity="start|center_vertical" | 8 | android:layout_gravity="start|center_vertical" |
| 9 | android:paddingHorizontal="@dimen/spacing_large" | 9 | android:paddingHorizontal="@dimen/spacing_large" |
| 10 | android:paddingVertical="16dp" | 10 | android:paddingTop="16dp" |
| 11 | android:paddingBottom="8dp" | ||
| 11 | android:textAlignment="viewStart" | 12 | android:textAlignment="viewStart" |
| 12 | android:textColor="?attr/colorPrimary" | 13 | android:textColor="?attr/colorPrimary" |
| 13 | android:textStyle="bold" | 14 | android:textStyle="bold" |