Releases: danimahardhika/cafebar
Releases · danimahardhika/cafebar
1.3.2
- Gradle 3.0.1
- Support library 27.0.1
- Disable force animation, let system handle it
1.3.0
- Code cleanup
- Fixed #4, #3
CafeBarDuration
replaced with CafeBar.Duration
CafeBar.getCafeBarView()
replaced with CafeBar.getView()
1.1.8
- Trying to fix #3 again
- Disable animation on xiaomi device if accessibility enabled
1.1.6
- Code cleanup
- Fixed #3
- Removed deprecated code
- Single neutral action color will be set with accent color as default
Custom()
access changed to private, use CafeBarTheme.Custom(int)
instead.
1.1.4
- Added supports for spannable string typeface
content(SpannableStringBuilder)
1.1.2
Added to builder:
typeface(String, String)
typeface(Typeface, Typeface)
contentTypeface(String)
neutralTypeface(String)
positiveTypeface(String)
negativeTypeface(String)