I’m trying to create a vertical list of TextView -> EditTextView. I need this to create a little input form. I have tried to use 2 vertical linear layouts that are children of a horizontal linear layout. Then I add TextViews to the first container and EditableTextViews to the second. The problem is that height of a text view has nothing to do with height of a EditTextView so they do not get correctly aligned vertically. What is the best method to achieve this? Use a Table? I’m curious how people effectively achieve this.
Share
If i understand you, you can Use a list view that contains a textView to the left and an Edit text to the right
row.xml