Decrease ListPreference item padding

This commit is contained in:
MM20 2021-09-29 21:57:09 +02:00
parent b5ab27c65c
commit e16dd1c168
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -62,7 +62,7 @@ fun <T> ListPreference(
onValueChanged(it.value)
showDialog = false
}
.padding(horizontal = 24.dp, vertical = 16.dp)
.padding(horizontal = 24.dp, vertical = 4.dp)
) {
RadioButton(selected = it.value == value, onClick = {
onValueChanged(it.value)