- Fixed #7 Shadow doesn't change size when child view gets smaller.
- Switched bitmap config from
Bitmap.Config.ARGB_8888
toBitmap.Config.ALPHA_8
to reduce generated shadow bitmap memory (x4 times) - Removed
sl_fillColor
(now is always transparent)
- Fixed crash when view size was 0