Skip to content

v0.1.26

Compare
Choose a tag to compare
@drstranges drstranges released this 11 Jan 16:31
· 36 commits to master since this release
  • fixes
  • added Dismiss Listener
  • now CompositeAction can show dialog menu with icons.
new CompositeAction<>(titleProvider,
                      new ActionItem(OPEN, new OpenSecondActivity(), R.string.menu_item_1),
                      new ActionItem(R.drawable.icon, R.color.tint, SHOW_TOAST, new ShowToastAction(), R.string.menu_item_2)))