Relative Content

Tag Archive for androidkotlinandroid-studioandroid-jetpack-compose

Parameters in Android Studio not inserted autommatically

I recently shifted to android Koala 2024.1.1, after which the default parameters of any function/(Composable or non-composable) is not been inserted automatically as it used to happen before after we select a function from suggestion .Also, if function doesn’t have any default parameter, its ()circular brackets are not been inserted, is there any option to enable it ?

StatusBarColor is not changing

I want to change the StatusBarColor, I checked that I use this theme in my manifest file, so there doesn’t seem to be a problem, but still the color doesn’t change.