We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fa5d9 commit c553829Copy full SHA for c553829
app/src/main/res/layout/reset_password_dialog.xml
@@ -31,6 +31,8 @@
31
android:layout_height="wrap_content"
32
android:paddingTop="8dp"
33
android:textColor="?android:attr/textColorPrimary"
34
+ android:singleLine="true"
35
+ android:imeOptions="actionNext"
36
android:hint="@string/new_password"/>
37
38
<CheckBox android:id="@+id/require_password_entry_checkbox"
0 commit comments