Added enter send message and login for andriod feilds
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user