Is there a way to make all lines in a multi-line edittext underlined?
I want all lines to show the line, even if there’s no text on it.
Is there a way to make all lines in a multi-line edittext underlined? I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This sort of thing is done in the Notepad sample demo. If we look at the editor source, we can see they use a custom text editor, like this :
that they then declare this way in the layout :