Skip to content

Releases: balysv/material-menu

1.2.4

07 Oct 14:52
Compare
Choose a tag to compare
  • BUG FIX: A crash with MaterialMenuView inflation

1.2.3

05 Oct 20:17
Compare
Choose a tag to compare
  • MaterialMenuView now takes padding into account and positions MaterialMenuDrawable accordingly

1.2.2

22 Sep 19:08
Compare
Choose a tag to compare

Now:

app:mm_color="color"             
app:mm_transformDuration="integer" 
app:mm_pressedDuration="integer"   
app:mm_scale="integer"            
app:mm_strokeWidth="integer" 

1.2.1

22 Sep 14:44
Compare
Choose a tag to compare
  • BUG FIX: Added ConstantState to MaterialMenuDrawable, so it behaves correctly with Expandable ActionBar items.
    The implementation is not correct per se cause it doesn't provide a static ConstantState but it does the job.

1.2.0

08 Sep 03:29
Compare
Choose a tag to compare
  • 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

1.1.3

03 Sep 17:43
Compare
Choose a tag to compare
  • improved CHECK to ARROW animation by adding more motion to the transformation

1.1.2

29 Aug 14:12
Compare
Choose a tag to compare
  • animatePressedState(), animateState() and setState() now cancels running transformation so you can spam the button and result in a correct state.

1.1.1

27 Aug 17:28
Compare
Choose a tag to compare
  • Changed Maven ArtifactId to com.balysv.materialmenu for extras support
  • Added support to API 9 and higher using NineOldAndroids
  • Added EXTRAS: ActionBarCompat and ActionBarSherlock support

Usage:

  • import com.balysv.materialmenu:material-menu-abs:1.1.1 for ActionBarSherlock and use MaterialMenuIconSherlock
  • import com.balysv.materialmenu:material-menu-abc:1.1.1 for ActionBarCompat and use MaterialMenuIconCompat.

1.1.0

26 Aug 21:06
Compare
Choose a tag to compare
  • Added new morphing icon - CHECK

Usage: Use standard API with IconState.CHECK

1.0.0

01 Aug 07:11
Compare
Choose a tag to compare
  • Initial release