The import backup password has to be alphanumeric
This commit is contained in:
parent
9d973b995e
commit
d43c75a501
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
android:layout_below="@+id/tvPasswordInput"
|
android:layout_below="@+id/tvPasswordInput"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:inputType="numberPassword" />
|
android:inputType="textPassword" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</android.support.constraint.ConstraintLayout>
|
</android.support.constraint.ConstraintLayout>
|
Loading…
Reference in a new issue