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
unbelievable but true: setting the long text programmatically instead of setting it in the xml did the trick.
Set the text programmatically:
mEditTextRemark.setHint(R.string...);