This repository has been archived on 2025-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
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" />