mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
8 lines
639 B
XML
8 lines
639 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<animated-vector android:drawable="@drawable/mtrl_switch_thumb_checked"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
|
||
|
<set android:interpolator="@interpolator/m3_sys_motion_easing_emphasized" android:shareInterpolator="true">
|
||
|
<target android:name="@string/mtrl_switch_thumb_path_name" android:animation="@drawable/$mtrl_switch_thumb_checked_unchecked__0" />
|
||
|
<target android:name="@string/mtrl_switch_thumb_path_name" android:animation="@drawable/$mtrl_switch_thumb_checked_unchecked__1" />
|
||
|
</set>
|
||
|
</animated-vector>
|