1. How to correct if our screen overlap on status bar of screen in android.For example like below image
Box(Modifier.safeDrawingPadding()){
Column {
Text(text = "Heloo my all android friends")
Text(text = "World is good if you are good")
}
}
//add rest of your code of UI
No comments:
Post a Comment