google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

AbstractBlocklyFragment: Add options menu support #648

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

Add an easy way for developers to insert standard ActionBar items (as seen in AbstractBlocklyActivity) from AbstractBlocklyFragment subclasses.

Should it inject such menu items by default?

AnmAtAnm commented 6 years ago

Adding support in #647.