This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Releases: rey5137/material
Releases · rey5137/material
Material Library v1.3.0
Material Library v1.2.5
Update README.md
Material Library v1.2.4
- Fix bugs.
Material Library v1.2.3
- Fix bugs.
- Widgets now extend from AppCompat views instead of Android views.
- Add
rd_delayRipple
andsl_thumbTouchRadius
attributes..
Material Library v1.2.2
- Fix some NPE bugs.
- Fix compatible bug with support library v23.1.1.
Material Library v1.2.1
- Fix bug NPE in EditText.
Material Library v1.2.0
- Fix bugs.
- Add ThemeManager class and theme supporting for all widgets.
- Add
tv_fontFamily
attribute. - Add
sl_alwaysFillThumb
attribute for Slider class. - Add BottomSheetDialog class.
Material Library v1.1.1
- Fix bugs.
- Add support RTL to widgets.
- Add
tp_leadingZero
attribute forTimePickerDialog
class. - Change
rd_delayClick
to integer attribute. - Add
lmd_layoutDirection
attribute toLineMorphingDrawable
class. - Add
onBuildDone(Dialog)
method toDialog.Buidler
class. - Add
getSelectedItem()
,setValueRange()
methods toSlider
class.
Material Library v1.1.0
- Fix bugs.
- Add default style.
- Change
ripple
attribute tord_style
,delayClick
attribute tord_delayClick
. Addrd_enable
attribute. - Add
sb_text
,sb_actionText
,sb_duration
attributes for SnackBar class. - Add
di_inAnimation
,di_outAnimation
attributes for Dialog class. - Add listener interface for Switch and Slider class.
Material Library v1.0.0
The first release.