[ALOY-724] Implement Ti.Android.Menu with TabGroup
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-19T19:03:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 15 |
Components | Titanium SDK, XML |
Labels | qe-testadded |
Reporter | Tim Poulsen |
Assignee | Tony Lukasavage |
Created | 2013-06-26T17:51:05.000+0000 |
Updated | 2013-07-22T23:44:36.000+0000 |
Originally filed as a Bug, when it's clearly an Improvement/new feature. Sorry 'bout that. Fixed now.
I'll be using the 2nd format for this one, so it is clear with which component the Menu is associated. I think I may just address the the tabgroup-specific menu in this ticket and perhaps open a new one for a more advanced methodology of handling tab-specific menus.
PR: https://github.com/appcelerator/alloy/pull/189 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-724 Functionally testing must be confirmed only on Android. Follow these steps:
Run the test app
Click the menu button and confirm that the Android menu opens
Click one of the options and confirm that the alert dialog that pops up gives the title of the button you clicked as well as the number of the current tab.
Verified as working as expected. Environment: Titanium SDK 3.1.2.v20130718094558 Appcelerator Studio 3.1.2.201307191853 Alloy 1.2.0 Android device 4.2.2 - iPhone 5 6.1.4 Closing.