Releases: DeweyReed/Theme
Releases · DeweyReed/Theme
0.4.0
0.3.1
0.3.0
- Added the support for material-components-android 1.3.0
- Added the support for
ProgressIndicator
s - Added the suuport for tinting
BottomNavigationView backgroundTint
,Button android:background
,Chip checkedIconTint
,Slider thumbStrokeColor
,TextInputLayout placeholderTextColor
andToolbar navigationIconTint
. - Targeted Android 11
0.2.0
- [Breaking] Added support for
material-components-android 1.2.0
(Slider
,ShapeableImageView
,MaterialAutoCompleteTextView
, and many attributes of other components). - Used conditional keep rule for MaterialComponentsViewInflater. 5077dbe
- Added disabled state for
SeekBar
. - Lots of code cleanup.