<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
    android:interpolator="?attr/motionEasingStandardInterpolator"
    android:duration="?attr/motionDurationMedium2"
    android:valueFrom="@string/path_password_eye_mask_visible"
    android:valueTo="@string/path_password_eye_mask_strike_through"
    android:valueType="pathType"
    android:propertyName="pathData"/>
