diff --git a/CHANGELOG b/CHANGELOG index 97d20d2..1113839 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Releases +## v0.4.2 + +* adds feature to be able to theme toolbar text & icons +* adds playstore link default + ## v0.4.1 (2017-01-27) * fixes bug in demo activity were application context was used in shake detector to start activity diff --git a/README.md b/README.md index 237923d..751bd52 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add the following to your dependencies ([add jcenter to your repositories](https ```gradle dependencies { - compile 'at.favre.lib.hood:hood-extended:0.4.1' + compile 'at.favre.lib.hood:hood-extended:0.4.2' } ``` @@ -400,6 +400,7 @@ and overlays for standalone views: You can also define your own theme (extending `Theme.AppCompat` or `ThemeOverlay.AppCompat`) but you must define the following attributes in it: +* `hoodToolbarTextColor`: toolbar text and icon color * `hoodZebraColor`: highlighting color for odd rows * `hoodTextSizeNormal`: default text size * `hoodTextSizeHeader`: header text size @@ -410,6 +411,7 @@ Here is an example with useful defaults: ```xml + +