diff options
author | t895 <clombardo169@gmail.com> | 2023-11-12 19:14:13 -0500 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-12 21:36:51 -0500 |
commit | 6c93cdffb18911d327092e0b6f8fe67d045102a2 (patch) | |
tree | fcd535c3bf75ac38d8f6d5d26ea629d6bc47a636 /src | |
parent | 470714e2d10f426d7d12b25cff5c2315d0fa10f5 (diff) |
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 @@ 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" |