2016年2月25日
摘要: 静态: 1 WallpaperManager wallpaperManager = WallpaperManager.getInstance(getActivity()); 2 try { 3 wallpaperManager.setResource(getResources().getIdenti 阅读全文
posted @ 2016-02-25 15:27 画家丶 阅读(3943) 评论(0) 推荐(0)
摘要: 1 public class Rotate3dAnimation extends Animation { // 开始角度 2 private final float mFromDegrees; // 结束角度 3 private final float mToDegrees; // 旋转的x坐标 4 阅读全文
posted @ 2016-02-25 15:19 画家丶 阅读(284) 评论(0) 推荐(0)