<?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="@interpolator/m3_sys_motion_easing_standard"
    android:duration="@integer/mtrl_switch_thumb_pressed_duration"
    android:valueFrom="@string/mtrl_switch_thumb_path_unchecked"
    android:valueTo="@string/mtrl_switch_thumb_path_pressed"
    android:valueType="pathType"
    android:propertyName="pathData"/>
