<?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="M1,5 L5,7.545 L5,16.545 L1,19 Z"
    android:valueTo="M1,6 L5,6 L5,18 L1,18 Z"
    android:valueType="pathType"
    android:propertyName="pathData"/>
