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_off.xml

8 lines
235 B
XML
Raw Normal View History

2022-04-04 14:03:10 +00:00
<?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="180"
android:valueTo="360" />