mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:38:27 +00:00
Make RadioButton animation even cooler
This commit is contained in:
parent
a9fdf9a733
commit
d755fc20fa
@ -149,14 +149,14 @@ private fun RadioButton(
|
||||
IconButton(modifier = modifier, onClick = onClick) {
|
||||
AnimatedVisibility(
|
||||
selected,
|
||||
modifier = Modifier.clip(CircleShape),
|
||||
modifier = Modifier.padding(2.5.dp)
|
||||
.clip(CircleShape),
|
||||
enter = enter,
|
||||
exit = exit
|
||||
) {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.fillMaxSize()
|
||||
.padding(2.5.dp)
|
||||
.background(
|
||||
color = LocalColors.current.primary,
|
||||
shape = CircleShape
|
||||
|
Loading…
x
Reference in New Issue
Block a user