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アプリケーションに複数行を入れました。問題は、ユーザーが Enter キーを押すEditTextと、アプリケーションのアイコンと頻繁に衝突することです。それは避けたい。
EditText
ユーザーがEnterキーを5回しか押せないようにする方法を知りたいですか?
EditText の高さを制限するには、maxLines 属性を使用できます。
<EditText ... android:maxLines="5" ... />