Android Studio – TextField unable to change color Jetpack Compose
I don't know what happened even though I copy exactly the code from Android Developer Team official Youtube. The textfield turns red BUT when I remove color = Color.black in SearchBarcomposable, everything works fine. Help me class MainActivity : ComponentActivity()…