Here's a sample layout:
so... The edit text that you see at the bottom most part of the screen has a match_parent attributes on both its layout_height and width.
The max allowed characters are 200, but if the user hits 'enter' a lot of times, the overall vertical length increases. When it goes beyond the scope, it should show a scrollbar if you scroll on the edit text.
Right now, the text scrolls but the scroll bar is absent. :[
Thanks for your help! :)