Browse Source

ui: wizard: IMEI input type should be numberPassword

Peter Cai 1 year ago
parent
commit
66bee041a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-common/src/main/res/layout/fragment_download_details.xml

+ 1 - 1
app-common/src/main/res/layout/fragment_download_details.xml

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