I know that I could change the No. of lines for EditeText\'s Text, yet could I change that of EditText\'s hint as well?
I could not find a solution online.
Thank
set below two lines in your edittext in your xml file
android:inputType="textMultiLine" android:lines="3"
so gives 3 multilines box are display in preview