Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelhubert committed Mar 7, 2017
1 parent 274180a commit eccc2cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Changelog

### Newest version: 2.0.5
### Newest version: 2.0.6

* Fix selected item background for API >= 21
* Fix `isHidden()` method
* Update design support library version

### 2.0.5

* Add `setTitleTextSizeInSp(float activeSize, float inactiveSize)`
* Update selected item background for API >= 21
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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 (2.0.5) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
* Add `setTitleTextSizeInSp(float activeSize, float inactiveSize)`
* Update selected item background for API >= 21
* Allow for the disabling of sound effects
## What's new (2.0.6) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
* Fix selected item background for API >= 21
* Fix `isHidden()` method
* Update design support library version

## Features
* Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html)
Expand All @@ -23,7 +23,7 @@ Library to implement the Bottom Navigation component from Material Design guidel
### Gradle
```groovy
dependencies {
compile 'com.aurelhubert:ahbottomnavigation:2.0.5'
compile 'com.aurelhubert:ahbottomnavigation:2.0.6'
}
```
### XML
Expand Down

0 comments on commit eccc2cd

Please sign in to comment.