aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-04-20 12:31:06 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-04-20 12:31:06 +0200
commitc748ec7311b3907f5b8ea6eaf2a5eb47a0004039 (patch)
treed22ddc177499d4e60073a09ebc0c6d758f087701
parent863aa3f3c2d7c85ae9346612812ab869ad54823a (diff)
downloadandroid_external_ahbottomnavigation-c748ec7311b3907f5b8ea6eaf2a5eb47a0004039.tar.gz
android_external_ahbottomnavigation-c748ec7311b3907f5b8ea6eaf2a5eb47a0004039.tar.bz2
android_external_ahbottomnavigation-c748ec7311b3907f5b8ea6eaf2a5eb47a0004039.zip
Improved Readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index aadf6eb..4d30e4f 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@ Library to implement the Bottom Navigation component from Material Design guidel
## Demo
<img src="https://raw.githubusercontent.com/aurelhubert/ahbottomnavigation/master/demo1.gif" width="208" height="368" /> <img src="https://raw.githubusercontent.com/aurelhubert/ahbottomnavigation/master/demo2.gif" width="208" height="368" /> <img src="https://raw.githubusercontent.com/aurelhubert/ahbottomnavigation/master/demo3.gif" width="208" height="368" /> <img src="https://raw.githubusercontent.com/aurelhubert/ahbottomnavigation/master/demo4.gif" width="208" height="368" />
-## What's new (1.1.1)
-* Fixed layout rendering with fragments
+## What's new (1.1.2)
+* Fixed animations on pre Kit Kat
+* Added an example with Vector Drawable
## Features
* Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html)
@@ -21,7 +22,7 @@ Library to implement the Bottom Navigation component from Material Design guidel
### Gradle
```groovy
dependencies {
- compile 'com.aurelhubert:ahbottomnavigation:1.1.1'
+ compile 'com.aurelhubert:ahbottomnavigation:1.1.2'
}
```
### XML