RustAssistant/app/res/drawable/animator_expand_on.xml
2022-04-04 22:03:10 +08:00

7 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/expand_icon">
<target
android:name="expand"
android:animation="@animator/rotation_on" />
</animated-vector>