From e2e582a05e20208c217c034cc4c19f4b766459cc Mon Sep 17 00:00:00 2001 From: TR4Android Date: Tue, 20 Mar 2018 12:56:03 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45cceca..1c1dce6 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.TR4Android:AppCompat-Extension-Library:v0.4.0' + compile 'com.github.TR4Android:AppCompat-Extension-Library:v0.5.0' } ``` -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. +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. ## AccountHeaderView 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 *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).* ## TypefaceCompat +> 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. + 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. ##### Main features: