Password toggle button on TextInputEditText disappears after click in Support Library 25.1.0
- 阅读更多 关于 Password toggle button on TextInputEditText disappears after click in Support Library 25.1.0
问题 I have a TextInputEditText in conjunction with TextInputLayout with android:inputType="textPassword" using app:passwordToggleEnabled="true" to show password toggle button in the TextInputEditText like next image: The problem is once I press the password toggle button, it disappears for ever. It was working well in com.android.support:design:24.2.0 version. am I missing something new? it's a bug? Some gradle project's setup: minSdkVersion 17 targetSdkVersion 25 compile 'com.android.support