element-android/vector/src/main/res/anim/no_anim.xml

6 lines
208 B
XML
Raw Normal View History

2019-05-16 11:23:57 +03:00
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@integer/default_animation_duration"
android:shareInterpolator="false">
</set>