summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/anim/anim_settings_search_pop_in.xml
blob: 338676f504eb153b6256907059aa7b673fb48e1b (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="180"
    android:fromAlpha="0"
    android:interpolator="@android:anim/decelerate_interpolator"
    android:startOffset="60"
    android:toAlpha="1" />