码迷,mamicode.com
首页 > 移动开发 > 详细

android下拉弹出动画

时间:2016-03-28 10:40:10      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/accelerate_interpolator">

    <translate
    android:duration="300"
    android:toYDelta="0"
    android:fromYDelta="-100%"
    android:fillAfter="true"/>

</set>

 

android下拉弹出动画

标签:

原文地址:http://www.cnblogs.com/shiguotao-com/p/5328044.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!