Added enter send message and login for andriod feilds

This commit is contained in:
Alex
2026-04-04 16:54:29 -06:00
parent 83a0448219
commit 7bb2d98639
4 changed files with 23 additions and 0 deletions

View File

@@ -96,6 +96,7 @@
android:layout_height="wrap_content"
android:hint="Enter password"
android:inputType="textPassword"
android:imeOptions="actionDone"
android:layout_marginBottom="24dp"
android:textColor="@color/text_dark"/>

View File

@@ -109,6 +109,7 @@
android:layout_weight="1"
android:hint="Type a message..."
android:inputType="text"
android:imeOptions="actionSend"
android:layout_marginEnd="8dp"
android:textColor="@color/text_dark"/>