fix color of show password button

Daniel Gultsch created

Change summary

src/main/res/layout/activity_change_password.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

src/main/res/layout/activity_change_password.xml 🔗

@@ -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