Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Aug 26, 2014
1 parent 66ded91 commit baae27d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 1.1.0 (2014-08-26)
----------------------------

- Added new morphing icon - CHECK

Usage: Use standard API with `IconState.CHECK`

Version 1.0.0 (2014-07-11)
----------------------------

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Material Menu
===============

Morphing Android menu, back and dismiss buttons
Morphing Android menu, back, dismiss and check buttons

![Demo Image][1]

Expand All @@ -11,7 +11,7 @@ Including in your project
The library is available on Maven Central

dependencies {
compile 'com.balysv:material-menu:1.0.0'
compile 'com.balysv:material-menu:1.1.0'
}


Expand Down Expand Up @@ -40,9 +40,9 @@ A POJO that initializes the drawable and replaces the ActionBar icon. See usage

## API

There are three icon states:
There are four icon states:

BURGER, ARROW, X
BURGER, ARROW, X, CHECK

To morph the drawable state with a pressed circle animation

Expand Down
Binary file modified art/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.balysv.material.drawable.menu"
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.1.0"
}

compileOptions {
Expand Down

0 comments on commit baae27d

Please sign in to comment.