Yofou
02/16/2021, 4:01 PM@Composable
fun NavButton() {
Button(
onClick = { },
shape = CircleShape,
modifier = Modifier.size(50.dp),
colors = ButtonDefaults.buttonColors(
backgroundColor = Color.Gray.copy(.25f),
contentColor = Color.White
)
) {
// Text("Test")
}
}
https://i.gyazo.com/10d11bca3ece67959cc9a44ab6aa9667.png▾
Denis
02/16/2021, 4:05 PMKirill Grouchnikov
02/16/2021, 4:11 PMYofou
02/16/2021, 4:13 PMDenis
02/16/2021, 4:20 PMKirill Grouchnikov
02/16/2021, 5:35 PMromainguy
02/16/2021, 5:36 PMKirill Grouchnikov
02/16/2021, 5:47 PM