I have this scenario
As you can see the control TextView
with text Description is centered vertically with respect to the control Multiline Text
. This happens automatically when I add the second control.
My intention is to avoid it, so that Description will remain in the area marked in red ( Multiline Text
would remain immobile).
Extend everything you want in your answer, I'm new to Android Studio and this is my first job with Layouts . If you think that another type of layout would be better, please let me know.