Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Sep 6, 2014
1 parent 2798b3c commit 1474134
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.2.0 (2014-09-09)
----------------------------

- added new attribute `Stroke`. It adjusts icon paint stroke width for further customisation. Possible values are
`Stroke.REGULAR`, `Stroke.THIN` and `Stroke.EXTRA_THIN`

Usage: Provide `Stroke` value to a constructor or use `xml` attribute `strokeWidth` for `MaterialMenuView`

Version 1.1.3 (2014-09-03)
----------------------------

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Check for latest versions at [Gradle Please][4] and import depending on ActionBa

```groovy
// stock actionBar
compile 'com.balysv.materialmenu:material-menu:1.1.3'
compile 'com.balysv.materialmenu:material-menu:1.2.0'
// actionBarCompat
compile 'com.balysv.materialmenu:material-menu-abc:1.1.3'
compile 'com.balysv.materialmenu:material-menu-abc:1.2.0'
// actionBarSherlock
compile 'com.balysv.materialmenu:material-menu-abs:1.1.3'
compile 'com.balysv.materialmenu:material-menu-abs:1.2.0'
```


Expand All @@ -40,6 +40,7 @@ app:color="color" // Color of drawable
app:transformDuration="integer" // Transformation animation duration
app:pressedDuration="integer" // Pressed circle animation duration
app:scale="integer" // Scale factor of drawable
app:strokeWidth="integer" // Stroke width of icons (can only be 1, 2 or 3)
```

### MaterialMenuIcon
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.1.3
VERSION_CODE=4
VERSION_NAME=1.2.0
VERSION_CODE=5
GROUP=com.balysv.materialmenu

POM_NAME=Material Menu
Expand Down

0 comments on commit 1474134

Please sign in to comment.