Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivamdhuria authored Dec 11, 2021
1 parent e745e13 commit e40417b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ override fun onCreate(savedInstanceState: Bundle?) {
SurfaceTheme() {
Surface() {
Box(modifier = Modifier.fillMaxSize()) {
fun RadialReflectiveButton(rotationValue = rollAngle, onClick = }
,shape = RoundedCornerShape(50)) {
Icon(Icons.Outlined.Pause, contentDescription = "content description", tint = GREY600)
}

RadialReflectiveButton(rotationValue = rollAngle, onClick = {})
{
Icon(Icons.Outlined.Pause, contentDescription = "content description", tint = GREY600)
}

}
}
}
Expand Down

0 comments on commit e40417b

Please sign in to comment.