Releases: Commit451/ForegroundViews
Releases · Commit451/ForegroundViews
2.4.0
android:foregroundInsidePadding
changed to app:foregroundInsidePadding
since AAPT2 is more strict about private resources. Thanks to @stepango for finding this error
2.3.1
Make ForegroundLinearLayout a linear layout again
2.2.1
Fix build issue when targeting less than API 23 thanks to @kuFEAR
2.2.0
Fix crash on inflating ForegroundLinearLayout and ForegroundRelativeLayout on pre 5.0 devices thanks to @kuFEAR
2.1.0
Update lib to use M implementations when available, and also use the defStyleRes when available
2.0.3
Fix null pointer exception on 6.0+ devices thanks to @jaredrummler
2.0.1
Rewrote some bits so the library offers a ForegroundDelegate
which a user can use an instance of to make any view support foregrounds
Rename package
The package was named com.commit451.foregroundimageview
and it changed to com.commit451.foregroundviews
to make it more clear. It will involve doing a find and replace for all those instances within XML