Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dialog_enter.xml « anim « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d0abc1d329de09e72b25f2c8da92f013a05f1a0 (plain)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?><set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
	<scale android:interpolator="@interpolator/decelerate_quint" android:fromXScale="0.9" android:duration="@integer/config_activityDefaultDur" android:pivotX="50%" android:pivotY="50%" android:toYScale="1.0" android:fromYScale="0.9" android:toXScale="1.0"></scale>
	<alpha android:toAlpha="1.0" android:interpolator="@interpolator/decelerate_cubic" android:duration="@integer/config_activityShortDur" android:fromAlpha="0.0"></alpha>
</set>