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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.