فهرست منبع

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

周文健 6 ماه پیش
والد
کامیت
b04c7d0fc7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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