라이브 방 - 채팅 EditText

- inputType에서 textMultiLine를 제거하여 imeOptions의 actionSend설정이 적용되도록 수정
This commit is contained in:
2024-10-24 01:45:47 +09:00
parent 0714918338
commit 7209f972d2
2 changed files with 12 additions and 12 deletions

View File

@@ -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"