layout: post
title: "學習 ApiDemos 002 Animation"
date: 2016-12-15 0:32:25
comments: true
external-url:
categories: android,ApiDemos
簡介
- ApiDemos -> App -> Activity -> Animation
- 源代碼 http://git.oschina.net/vileneera/LearnApiDemos/tree/002
值得注意的點
- 只使用一個 Button 來添加點擊事件
- RequiresApi 和 TargetApi 更建議使用 RequiresApi
- anim 中的 xml 用法
疑問
- mModernZoomListener 的 R.anim.zoom_enter 兩個相同了,是否需要換成 zoom_exit