入门Android实例开发--animation

<?xml version="1.0" encoding="utf-8"?>    
<set xmlns:android="http://schemas.android.com/apk/res/android">    
  <alpha/>    
  <scale/>    
  <translate/>    
  <rotate/>    
</set>    


你可能感兴趣的:(入门Android实例开发--animation)