MFlisar / ComposePreferences

Compose Preference Screen for Android - Material3 Design (including customisation, nesting and more)
Apache License 2.0
8 stars 0 forks source link

Padding in PreferenceSettingsDefaults.settings() ? #5

Open jscti opened 7 months ago

jscti commented 7 months ago

Is there a way to tune "vertical padding" of (all) preferences in order to increase the visual separation/spread between each items ? Like additional By default, it's quite dense. A subtitle of PrefA can be very close to PrefB. To compare with System Preferences :

image

Hope you don't hate me yet ^^