Alright?
I would like you to help me with one thing: I would like to have an EditText with Multilines split into lines.
What I want to say is this: When we create an EditText multiline (let's say multiline with 4 lines as an example), it leaves that stroke underneath to type down in the fourth line, and all 3 other top lines are left blank. I would like to have 4 of these strokes, one for each line of my multiline, as if they were 4 EditText one underneath the other.
I thought of doing exactly as I said above, using 4 EditText and then at the time of sending the data do: EditText1 + EditText2 + EditText3 + EditText4; however, I do not know how it would be to get to the end of EditText1 and get down to 2 automatically.
If anyone has a suggestion, solution or if you have any questions, just send a message. Thank you.