Răsfoiți Sursa

fix(账号密码登录弹窗): 密码隐藏

周文健 6 luni în urmă
părinte
comite
b04c7d0fc7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app/src/main/res/layout/dialog_login.xml

+ 1 - 0
app/src/main/res/layout/dialog_login.xml

@@ -60,6 +60,7 @@
             style="@style/CommonEdit"
             android:layout_width="match_parent"
             android:layout_marginBottom="10dp"
+            android:inputType="textPassword"
             android:hint="@string/please_input_password" />
 
         <TextView