写这篇博客呢主要是来自1个需求吧,快到除夕了,每一个公司能年前都要上1个版本,年前的版本里面肯定会需要1些殊效,就比如今天的说的这个从上到下飘落雪花的殊效,我写的是雪花的,至于你们想飘甚么你们来定喽,建议大家在用代码的同时看1看代码,其实很简单。好的先看效果吧。
看到这个大家可能会感觉到难,那你就想多了,很简单,下面我就开始讲授1下这个效果。
首先看主Activity的布局和代码
R.layout.snowmainlayout
<?xml version="1.0" encoding="utf⑻"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="#000000"> <snowtwo.SnowView android:id="@+id/snow2" android:layout_width="match_parent" android:layout_height="match_parent"/> </LinearLayout>
MainActivity
看!是否是很简单,1行代码弄定,有木有想打赏我感觉?好了,那就把干货放到资源里面供大家使用吧,希望大家可以跟我交换。
大家如果感觉哪里不适合或有疑问可以留言,我会及时回复。
转载请注明出处,谢谢!