JetradarMobile / android-snowfall

Fully customizable implementation of "Snowfall View" on Android.
Apache License 2.0
1.17k stars 173 forks source link

Why do not you add some setXXX methods? #13

Open monkey008 opened 6 years ago

monkey008 commented 6 years ago

xml configuration is too rigid!

public fun setSnowflakeImage(snowflakeImage: Bitmap){ this.snowflakeImage = snowflakeImage; }