summaryrefslogtreecommitdiffstats
path: root/res/anim/component_selection_animate_out.xml
blob: b36bc41ea253fc23121a7c2c725a564f7e3523b6 (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/accelerate_interpolator"
    android:fromYDelta="0%p"
    android:toYDelta="100%p"
    android:duration="300" />