瀏覽代碼

ui: wizard: IMEI input type should be numberPassword

Peter Cai 1 年之前
父節點
當前提交
66bee041a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:layout_width="match_parent"
                 android:layout_height="match_parent"
-                android:inputType="textPassword" />
+                android:inputType="numberPassword" />
 
         </com.google.android.material.textfield.TextInputLayout>