Skip to content

Commit c553829

Browse files
committed
Don't allow newline in reset password dialog
Change-Id: I2e43217ed5edf0e586306da36f2ecc9bef468e64
1 parent 28fa5d9 commit c553829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/layout/reset_password_dialog.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
android:layout_height="wrap_content"
3232
android:paddingTop="8dp"
3333
android:textColor="?android:attr/textColorPrimary"
34+
android:singleLine="true"
35+
android:imeOptions="actionNext"
3436
android:hint="@string/new_password"/>
3537

3638
<CheckBox android:id="@+id/require_password_entry_checkbox"

0 commit comments

Comments
 (0)