Scrollable vertically and horizontally EditText that doesn't automatically break text to the next line
问题 I need an activity that look like a simple text editor: full-screen EditText with submit button below it. Important: 1. EditText has to scroll both vertically and horizontally 2. Input text goes to the next line ONLY when the user clicks nextline button 3. EditText fills the whole space between the top of the screen and the button My code: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"