手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >超酷炫的Android碎纸机效果推荐
超酷炫的Android碎纸机效果推荐
摘要:在Android开发中,有时候可能会要用到碎纸机的效果,今天小编为大家整理好代码,一起来看看吧。首先来看下效果图实例代码xmljavamPa...

在Android开发中,有时候可能会要用到碎纸机的效果,今天小编为大家整理好代码,一起来看看吧。

首先来看下效果图

超酷炫的Android碎纸机效果推荐1

超酷炫的Android碎纸机效果推荐2

超酷炫的Android碎纸机效果推荐3

超酷炫的Android碎纸机效果推荐4

实例代码

xml

<com.ldoublem.PaperShredderlib.PaperShredderView android:layout_width="200dp" android:id="@+id/ps_delete2" android:layout_height="220dp" paper:sherderBgColor="#f4c600" paper:sherderText="清理中" paper:sherderType="0" paper:sherderPaperEnterColor="#56abe4" paper:sherderTextShadow="false" paper:sherderTextColor="#99101010" paper:sherderPaperColor="#dbdbdb" paper:sherderProgress="false" />

java

mPaperShredderView.setShrededType(PaperShredderView.SHREDEDTYPE.Piece);//纸片效果和纸条效果 mPaperShredderView.setSherderProgress(false); mPaperShredderView.setTitle("清除数据"); mPaperShredderView.setTextColor(Color.BLACK); mPaperShredderView.setPaperColor(Color.BLACK); mPaperShredderView.setBgColor(Color.WHITE); mPaperShredderView.setTextShadow(false); mPaperShredderView.setPaperEnterColor(Color.BLACK); mPaperShredderView.startAnim(1000); mPaperShredderView.stopAnim();

学会利用上面的两段代码,Android开发者就可以轻松实现碎纸机的动画效果,希望本文对大家的学习有所帮助,谢谢大家支持查字典教程网。

【超酷炫的Android碎纸机效果推荐】相关文章:

Android之网络通信案例分析

Android补间动画效果

Android开发笔记 改变字体颜色的三种方法

Android获取版本号等信息

android实现字体闪烁动画的方法

Android Tween动画之RotateAnimation实现图片不停旋转效果实例介绍

Android授权访问网页

Android 编程中文本框中搜索和清空效果实现

Android消息处理机制Handler

Android中在控件上显示倒计时

精品推荐
分类导航