1

[I Wrote my first program in jetpack compose and I face this problem that a simple text after putting in a column{} or in a row{} it begins from the toolbar of the emulator means the text gets overlapped behind the toolbar.]

check the image

I tried to resolve the problem from my research but couldn't found anything.

1 Answer 1

2

Disable EdgeToEdge support, to do so remove

enableEdgeToEdge()

from the onCreate method the activity.

Not the answer you're looking for? Browse other questions tagged or ask your own question.