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