라이브 방 - 채팅 EditText
- inputType에서 textMultiLine를 제거하여 imeOptions의 actionSend설정이 적용되도록 수정
This commit is contained in:
@@ -710,7 +710,7 @@
|
||||
android:hint="채팅을 입력하세요"
|
||||
android:imeOptions="actionSend"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="text|textMultiLine"
|
||||
android:inputType="text"
|
||||
android:paddingVertical="16.7dp"
|
||||
android:paddingStart="13.3dp"
|
||||
android:paddingEnd="45dp"
|
||||
|
Reference in New Issue
Block a user