2013年8月13日

android中的简单animation(四)3D transition

摘要: animation_main_screen.xml: 1 2 6 7 13 14 20 21 layout_bottom_to_top.xml:1 xml version="1.0" encoding="utf-8"?>2 slide_right.xml:1 2 4 8 Transition3d.java: 1 package com.example.android.apis.animation; 2 3 import com.example.android.apis.R; 4 5 import android.app.Activity; 6 im 阅读全文

posted @ 2013-08-13 11:26 leihupqrst 阅读(386) 评论(0) 推荐(0)

android中的简单animation(三)accelerate(加速),decelerate(减速),anticipate,overshoot,bounce

摘要: animation_3.xml: 1 2 8 9 15 16 22 23 27 28 Animation3.java: 1 package com.example.android.apis.view; 2 3 import com.example.android.apis.R; 4 5 import android.app.Activity; 6 import android.os.Bundle; 7 import android.view.View; 8 import android.view.animation.AnimationUtils; 9 impo... 阅读全文

posted @ 2013-08-13 10:30 leihupqrst 阅读(1029) 评论(0) 推荐(0)

android中的简单animation(二)push up,push left,cross fade,hyperspace

摘要: animation_2.xml: 1 2 7 8 13 19 25 31 37 38 39 45 46 50 51 View Code push_up_in.xml(100%p表示相对于父控件100%):1 2 3 4 5 push_up_out.xml:1 2 3 4 5 push_left_in.xml:1 2 3 4 5 push_left_out.xml:1 2 3 ... 阅读全文

posted @ 2013-08-13 09:59 leihupqrst 阅读(681) 评论(0) 推荐(0)

导航