fix: imei use numberic pad #133

Closed
septs wants to merge 1 commit from septs:imei-numberic-pad into master

View file

@ -82,7 +82,7 @@
android:maxLines="1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:inputType="textPassword" />
android:inputType="numberPassword" />
</com.google.android.material.textfield.TextInputLayout>