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

8 lines
233 B
XML

<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="280"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="180" />