Skip to main content

Android Secure Components v3.15.0

· One min read

Adds an optional show/hide button to SecurePasswordEditText, with configurable icon tint.

Added

  • Password visibility toggleSecurePasswordEditText now supports a show/hide button via the new isVisibilityButtonEnabled property (app:showVisibilityButton, defaults to false) and isPasswordVisible property. Toggling visibility only changes presentation - the field's text accessors and accessibility services still never expose the entered password.
  • Visibility icon tint — added visibilityIconTint (app:visibilityIconTint) to SecurePasswordEditText, to tint the show/hide icon.