diff options
author | t895 <clombardo169@gmail.com> | 2023-11-13 01:14:13 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-13 03:36:51 +0100 |
commit | 6c93cdffb18911d327092e0b6f8fe67d045102a2 (patch) | |
tree | fcd535c3bf75ac38d8f6d5d26ea629d6bc47a636 /src | |
parent | android: Remove dividers between each setting (diff) | |
download | yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.gz yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.bz2 yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.lz yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.xz yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.tar.zst yuzu-6c93cdffb18911d327092e0b6f8fe67d045102a2.zip |
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" |