The import backup password has to be alphanumeric

master
dtvv 2018-09-14 01:18:41 -05:00
parent 9d973b995e
commit d43c75a501
1 changed files with 1 additions and 1 deletions

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>