Skip to content

Commit e2e582a

Browse files
author
TR4Android
authored
Update README.md
1 parent 10257ab commit e2e582a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ repositories {
2222
maven { url "https://jitpack.io" }
2323
}
2424
dependencies {
25-
compile 'com.github.TR4Android:AppCompat-Extension-Library:v0.4.0'
25+
compile 'com.github.TR4Android:AppCompat-Extension-Library:v0.5.0'
2626
}
2727
```
28-
The latest Release is [Release 0.4.0](https://github.com/TR4Android/AppCompat-Extension-Library/releases/tag/v0.4.0). You can download a [sample.apk](https://github.com/TR4Android/AppCompat-Extension-Library/releases/download/v0.4.0/sample.apk) with this release.
28+
The latest Release is [Release 0.5.0](https://github.com/TR4Android/AppCompat-Extension-Library/releases/tag/v0.5.0). You can download a [sample.apk](https://github.com/TR4Android/AppCompat-Extension-Library/releases/download/v0.5.0/sample.apk) with this release.
2929

3030
## AccountHeaderView
3131
The `AccountHeaderView` is a component that allows easy switching between accounts in the navigation drawer by clicking on the avatars on the header or by choosing from the dropdown list.
@@ -195,6 +195,8 @@ final IndeterminateProgressDrawable drawable = new IndeterminateProgressDrawable
195195
*For the full documentation and customization options head over to the [Delightful Detail Drawables wiki](https://github.com/TR4Android/AppCompat-Extension-Library/wiki/Delightful-Detail-Drawables).*
196196

197197
## TypefaceCompat
198+
> The `TypefaceCompat` utility has been removed in version `0.5.0` of this library. The official [downloadable fonts](https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html) or [FontsContractCompat](https://developer.android.com/reference/android/support/v4/provider/FontsContractCompat.html) should be used instead. While apps will continue to compile, the Roboto typeface will no longer be applied on pre-Lollipop devices as the associated resources have been removed to conserve space.
199+
198200
The `TypefaceCompat` is a utility for supporting the newest [Typography](https://www.google.com/design/spec/style/typography.html). It automatically sets the text size, color *and typeface* for the styles specified in the guidelines.
199201

200202
##### Main features:

0 commit comments

Comments
 (0)