Added Snowfall effect
This commit is contained in:
parent
8e1dc3a600
commit
5a310ec329
8 changed files with 58 additions and 8 deletions
|
@ -7,16 +7,18 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorSurface" />
|
||||
|
||||
<View
|
||||
android:id="@+id/colorGradientBackground"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
<com.jetradarmobile.snowfall.SnowfallView
|
||||
android:id="@+id/snowfall_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:snowflakeSpeedMax="6"
|
||||
app:snowflakeSpeedMin="2"
|
||||
app:snowflakesNum="75" />
|
||||
|
||||
<include layout="@layout/shadow_statusbar_toolbar" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue