Vertical and horizontal scrolling in EditText Android
I need an EditText with vertical and horizontal scrolling and a fixed size, I used ScrollView and HorizontalScrollView but the EditText does not fill the View above, leaving just a small square that only fills when the text is added.