Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelhubert committed Feb 21, 2017
1 parent 40c509e commit a4da865
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Changelog

### Newest version: 2.0.4
### Newest version: 2.0.5

* Add `setTitleTextSizeInSp(float activeSize, float inactiveSize)`
* Update selected item background for API >= 21
* Allow for the disabling of sound effects

### 2.0.4

* Fixed the icon alpha update for API >= 25

Expand Down Expand Up @@ -161,4 +167,4 @@

### Before

* AHBottomNavigation was under development.
* AHBottomNavigation was under development.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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.4) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
* Fixed the icon alpha update for API >= 25
## 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

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

0 comments on commit a4da865

Please sign in to comment.