I\'m pretty desperate about this feature. I tried pretty much everything there is to find to made these EditTexts multiline enabled, but they just keep going on a single lin
Have you tried using
android:layout_height="wrap content"
instead of
android:layout_height="match_parent"