Skip to content

Commit baae27d

Browse files
committed
Release 1.1.0
1 parent 66ded91 commit baae27d

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 1.1.0 (2014-08-26)
5+
----------------------------
6+
7+
- Added new morphing icon - CHECK
8+
9+
Usage: Use standard API with `IconState.CHECK`
10+
411
Version 1.0.0 (2014-07-11)
512
----------------------------
613

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Material Menu
22
===============
33

4-
Morphing Android menu, back and dismiss buttons
4+
Morphing Android menu, back, dismiss and check buttons
55

66
![Demo Image][1]
77

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

1313
dependencies {
14-
compile 'com.balysv:material-menu:1.0.0'
14+
compile 'com.balysv:material-menu:1.1.0'
1515
}
1616

1717

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

4141
## API
4242

43-
There are three icon states:
43+
There are four icon states:
4444

45-
BURGER, ARROW, X
45+
BURGER, ARROW, X, CHECK
4646

4747
To morph the drawable state with a pressed circle animation
4848

art/demo.gif

191 KB
Loading

library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.balysv.material.drawable.menu"
99
minSdkVersion 14
1010
targetSdkVersion 19
11-
versionCode 1
12-
versionName "1.0.0"
11+
versionCode 2
12+
versionName "1.1.0"
1313
}
1414

1515
compileOptions {

0 commit comments

Comments
 (0)