Android EditText Multiline does not work as it should

前端 未结 3 1748
野趣味
野趣味 2021-01-11 22:23

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

3条回答
  •  借酒劲吻你
    2021-01-11 22:44

    Have you tried using

    android:layout_height="wrap content"
    

    instead of

    android:layout_height="match_parent"
    

提交回复
热议问题