fix color of show password button

This commit is contained in:
Daniel Gultsch 2018-01-09 10:13:53 +01:00
parent 7ab8ed625d
commit 55016f10e6

View file

@ -43,7 +43,8 @@
android:inputType="textPassword"
android:textColor="?attr/color_text_primary"
android:textColorHint="?attr/color_text_secondary"
android:textSize="?attr/TextSizeBody"/>
android:textSize="?attr/TextSizeBody"
app:tint_color="?attr/color_text_secondary"/>
</RelativeLayout>
<TextView