1
上面的眼睛圖標在編輯文本中以相反的順序顯示時輸入密碼,當密碼不可見時密碼眼睛圖標是盲目的。 如何反其道而行
感謝,
<android.support.design.widget.TextInputLayout
android:id="@+id/layout_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:passwordToggleEnabled="true"
app:passwordToggleTint="#000000">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/password"
android:hint="@string/password"
android:inputType="textPassword"/>
</android.support.design.widget.TextInputLayout>
我認爲你將不得不添加一個textview和imageview,並在imageview中手動管理圖像 –
請參閱此鏈接http://stackoverflow.c OM /問題/ 3685790 /如何到交換機之間隱藏並觀看密碼 –