MatteoBattilana / WeatherView

WeatherView is an Android Library let you make cool weather animations for your app
Apache License 2.0
514 stars 80 forks source link

Fixed crash on API 16 and on API 26 #11

Closed magneticflux- closed 7 years ago

magneticflux- commented 7 years ago

Closes #10

The crash on API 16 was caused by a bug in older support library version when using Kotlin.

The crash on API 26 was caused by not declaring the app: namespace font thingies in the font-v26 folder; the support libraries crashed if the android: namespace was used without duplicated app: lines (see docs).

MatteoBattilana commented 7 years ago

@magneticflux- Good job!