2012年7月30日

Android实现CoverFlow效果

摘要: 先上一张效果图: 上代码,看了代码什么都明白 CoverFlow从Gallery继承过来view sourceprint?001package com.coverflow; 002003import android.content.Context; 004import android.graphics.Camera; 005import android.graphics.Matrix; 006import android.util.AttributeSet; 007import android.view.View; 008import android.view.animation.Transf 阅读全文

posted @ 2012-07-30 20:59 只为学习、收藏!! 阅读(573) 评论(0) 推荐(0)

导航