aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-05-25 12:11:02 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-05-25 12:11:02 +0200
commit2177843e9d2460f2ac2a1bd2a2ecc9a37bc105f0 (patch)
tree8a5b3f1724db657158cd003c4af1e799fd768292
parent0d5d9cc4f0f5caff3a198a881c89090e47ad44f6 (diff)
downloadandroid_external_ahbottomnavigation-2177843e9d2460f2ac2a1bd2a2ecc9a37bc105f0.tar.gz
android_external_ahbottomnavigation-2177843e9d2460f2ac2a1bd2a2ecc9a37bc105f0.tar.bz2
android_external_ahbottomnavigation-2177843e9d2460f2ac2a1bd2a2ecc9a37bc105f0.zip
Updated Changelog & readme
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md8
2 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e0e04c..0648f4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
## Changelog
-### Newest version: 1.2.2
+### Newest version: 1.2.3
+
+* Added `setUseElevation(boolean useElevation, float elevation)`
+* Fixed a bug with `behaviorTranslationEnabled` & `restoreBottomNavigation`
+* Improved translation behavior when the Scroll View is not long enough.
+
+### 1.2.2
* Fixed bug when switching between normal and colored mode
diff --git a/README.md b/README.md
index 5f6a394..c0e59eb 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,11 @@ 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.2.2) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
+## What's new (1.2.3) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
-* Fixed bug when switching between normal and colored mode
+* Added `setUseElevation(boolean useElevation, float elevation)`
+* Fixed a bug with `behaviorTranslationEnabled` & `restoreBottomNavigation`
+* Improved translation behavior when the Scroll View is not long enough.
## Features
* Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html)
@@ -22,7 +24,7 @@ Library to implement the Bottom Navigation component from Material Design guidel
### Gradle
```groovy
dependencies {
- compile 'com.aurelhubert:ahbottomnavigation:1.2.2'
+ compile 'com.aurelhubert:ahbottomnavigation:1.2.3'
}
```
### XML