63fb5d98cc
change the input fields in the AccountActivity to use the TextInputLayout. Rollback format and change toggle tint
5 lines
295 B
XML
5 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_visibility" android:state_checked="true" />
|
|
<item android:drawable="@drawable/ic_visibility_off" android:state_checked="false" />
|
|
</selector> |