Skip to content

Commit

Permalink
Updated documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelhubert committed Jan 16, 2017
1 parent 2cef53c commit 34f9eae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
## Changelog

### Newest version: 2.0.3
### Newest version: 2.0.4

* Fixed the icon alpha update for API >= 25

### 2.0.3

* Added method `getViewAtPosition(int position)`

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,8 +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 (2.0.3) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
* Added method `getViewAtPosition(int position)`
## What's new (2.0.4) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
* Fixed the icon alpha update for API >= 25

## Features
* Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html)
Expand All @@ -21,7 +21,7 @@ Library to implement the Bottom Navigation component from Material Design guidel
### Gradle
```groovy
dependencies {
compile 'com.aurelhubert:ahbottomnavigation:2.0.3'
compile 'com.aurelhubert:ahbottomnavigation:2.0.4'
}
```
### XML
Expand Down Expand Up @@ -141,7 +141,7 @@ Feel free to create issues / pull requests.
## License
```
AHBottomNavigation library for Android
Copyright (c) 2016 Aurelien Hubert (http://github.com/aurelhubert).
Copyright (c) 2017 Aurelien Hubert (http://github.com/aurelhubert).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 34f9eae

Please sign in to comment.