File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
11
Version 1.0.0 (2014-07-11)
5
12
----------------------------
6
13
Original file line number Diff line number Diff line change 1
1
Material Menu
2
2
===============
3
3
4
- Morphing Android menu, back and dismiss buttons
4
+ Morphing Android menu, back, dismiss and check buttons
5
5
6
6
![ Demo Image] [ 1 ]
7
7
@@ -11,7 +11,7 @@ Including in your project
11
11
The library is available on Maven Central
12
12
13
13
dependencies {
14
- compile 'com.balysv:material-menu:1.0 .0'
14
+ compile 'com.balysv:material-menu:1.1 .0'
15
15
}
16
16
17
17
@@ -40,9 +40,9 @@ A POJO that initializes the drawable and replaces the ActionBar icon. See usage
40
40
41
41
## API
42
42
43
- There are three icon states:
43
+ There are four icon states:
44
44
45
- BURGER, ARROW, X
45
+ BURGER, ARROW, X, CHECK
46
46
47
47
To morph the drawable state with a pressed circle animation
48
48
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.balysv.material.drawable.menu"
9
9
minSdkVersion 14
10
10
targetSdkVersion 19
11
- versionCode 1
12
- versionName " 1.0 .0"
11
+ versionCode 2
12
+ versionName " 1.1 .0"
13
13
}
14
14
15
15
compileOptions {
You can’t perform that action at this time.
0 commit comments