Android酷炫的碎紙機
碎紙機動畫,點子出自 dribbble
預覽
使用
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();
本文由用戶 plhy4346 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!