aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-04-01 09:22:26 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-04-01 09:22:26 +0200
commit767b458c6ddd7bef94cff69a91afee82625c21e7 (patch)
treee737e92210b64d638d2c3df313ff94b06cb6e98a
parentbc7c51a109d239f4a5c21e5e4f0b8c46f702e86b (diff)
downloadandroid_external_ahbottomnavigation-767b458c6ddd7bef94cff69a91afee82625c21e7.tar.gz
android_external_ahbottomnavigation-767b458c6ddd7bef94cff69a91afee82625c21e7.tar.bz2
android_external_ahbottomnavigation-767b458c6ddd7bef94cff69a91afee82625c21e7.zip
Improved Readme
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index dbcf8cd..da27888 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,8 @@ 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.0.2)
-* Fixed crash when setForceTitlesDisplay(true)
-* Improved UI
+## What's new (1.0.3)
+* Fixed Fixed setForceTint()
## Features
* Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html)
@@ -22,7 +21,7 @@ Library to implement the Bottom Navigation component from Material Design guidel
### Gradle
```groovy
dependencies {
- compile 'com.aurelhubert:ahbottomnavigation:1.0.2'
+ compile 'com.aurelhubert:ahbottomnavigation:1.0.3'
}
```
### XML