I\'m using an EditText of some predefined size, however when a user enters more text then fits in the text box, they aren\'t able to scroll the text with touch. Scrolling do
@Sunil Kumar Sahoo answer worked for me but I had to remove the line
questionEntry.setMaxLines(1);