The import backup password has to be alphanumeric

This commit is contained in:
dtvv 2018-09-14 01:18:41 -05:00
parent 9d973b995e
commit d43c75a501

View file

@ -22,7 +22,7 @@
android:layout_below="@+id/tvPasswordInput"
android:layout_centerHorizontal="true"
android:ems="10"
android:inputType="numberPassword" />
android:inputType="textPassword" />
</RelativeLayout>
</android.support.constraint.ConstraintLayout>