aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/anim/cab_deselect.xml
blob: 6f586aa5fc1961306036b6dcd008e963f2c46d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>

<!--
    Counterpart to cab_select.xml
-->
<scale xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="@android:integer/config_shortAnimTime"
    android:interpolator="@android:anim/accelerate_interpolator"
    android:pivotX="50%"
    android:pivotY="50%"
    android:fromXScale="1.0"
    android:toXScale="0.0"
    android:fromYScale="1.0"
    android:toYScale="0.0" />