Decrease ListPreference item padding
This commit is contained in:
parent
b5ab27c65c
commit
e16dd1c168
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user