<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:interpolator/fast_out_slow_in"
    android:duration="200"
    android:valueFrom="M4.92,7.545 L12,12 L4.92,16.545 L4.92,12 Z"
    android:valueTo="M7,6 L11,6 L11,18 L7,18 Z"
    android:valueType="pathType"
    android:propertyName="pathData"/>
