Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はEditTextプロパティを持っています:
EditText
android:minLines="3"
ただし、入力を開始すると、途中で入力されますEditText。
領域の左上から入力を開始する方法はありますEditTextか?
レイアウトXMLファイルに追加android:gravity="top|left"します。EditText
android:gravity="top|left"