summaryrefslogtreecommitdiffstats
path: root/res/anim/component_selection_animate_in.xml
blob: 4c89ed78e2411a3c75c5ab2e681040c6217a979f (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/decelerate_interpolator"
    android:fromYDelta="100%p"
    android:toYDelta="0%p"
    android:duration="300" />