Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.89k stars 1.29k forks source link

Generate listener helpers for Menu and ActionBar #27

Closed yanex closed 8 years ago

yanex commented 9 years ago

It's probably a good idea to generate listener helpers (and/or properties) for Menu, ActionBar and similar classes as well.

Example: ActionBar.ActionBarMenuOnItemClick.

lucky-dev commented 9 years ago

@yanex , I added some properties of ActionBar in this pull request: https://github.com/JetBrains/anko/pull/53 and two methods. If something is wrong, let me know, please.

nschwermann commented 9 years ago

Actionbar is deprecated support should not be added for it to this library.