Android-RobotoTextView v4.0.0 Release Notes
Release Date: 2017-07-26 // about 7 years ago-
2017-07-26
- Support AppCompat v26.0.0. Changed attribute names:
typeface
->robotoTypeface
fontFamily
->robotoFontFamily
textWeight
->robotoTextWeight
textStyle
->robotoTextStyle
- Support AppCompat v26.0.0. Changed attribute names:
Previous changes from v3.0.0
-
2017-02-14
- Updated roboto fonts v2.136.
- Implemented
RobotoInflater
to apply roboto typeface for original TextView (like a Calligraphy). - Implemented gradle plugin for managing the roboto fonts.
- Refactoring of implementation:
- Removed deprecated class
RobotoDigitalClock
. - Joined of
RobotoTypefaceManager
andRobotoTypefaceUtils
intoRobotoTypefaces
.
- Removed deprecated class
- Support AppCompat v25.1.1.