neumorphic-compose
neumorphic-compose copied to clipboard
Neumorphism UI on Android with Jetpack Compose.
Hi! I'm using it in Pager and it causes sliding jams, I don't understand what's happening
This is so laggy, i just made a simple calculator project with it and when i use this in the app for its buttons, it will lag the hell out...
this is the code Card( modifier = Modifier // .paint( // painterResource(id = R.drawable.primary_button_bg_light), // contentScale = ContentScale.FillBounds) .neumorphic( neuShape = Punched.Rounded(radius = 12.dp) ) .padding(20.dp) .size(80.dp), backgroundColor = MaterialTheme.colors.background,...