Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TouchBoarder committed Apr 10, 2016
2 parents 72d51f3 + dd35095 commit cb80603
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-weekdays--buttons--bar-green.svg?style=true)](https://android-arsenal.com/details/1/2822)

# Material Weekdays Buttons Bar

![Showcase Image](https://github.com/TouchBoarder/weekdays-buttons-bar/raw/master/art/screenshot1.png)
Lets you easily implement a customizable and flexible weekdays 'button bar' in your app.

<img src="https://github.com/TouchBoarder/weekdays-buttons-bar/raw/master/art/screenshot1.png" width="480">

Material Weekdays Buttons allows you to easily implement a customizable and flexible weekdays 'button bar' in your app.

## Sample App

Expand All @@ -24,7 +27,7 @@ dependencies {
// ... other dependencies here
dependencies {
compile 'com.github.TouchBoarder:weekdays-buttons-bar:v0.1-alpha'
compile 'com.github.TouchBoarder:weekdays-buttons-bar:v0.2-alpha'
}
}
```
Expand Down Expand Up @@ -257,5 +260,6 @@ TextDrawable Library: https://github.com/afollestad/TextDrawable (fork)
### Inspired by:

Material Contextual Action Bar Library: https://github.com/afollestad/material-cab
Weekdays Buttons library is inspired by the attach implementation code in the 'material-cab' library designed by Aidan Follestad.

Library is inspired by the attach implementation code in the 'material-cab' library designed by Aidan Follestad.
If you need a Contextual Action Bar with similar api? look it up.

0 comments on commit cb80603

Please sign in to comment.