[TIMOB-17222] Android: support the theme property for windows
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-07-15T22:57:59.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | Release 3.3.1, Release 3.4.0 |
Components | Android |
Labels | module_window, qe-manualtest |
Reporter | Ping Wang |
Assignee | Ping Wang |
Created | 2014-06-26T18:53:36.000+0000 |
Updated | 2014-10-22T18:40:03.000+0000 |
Description
Different activities can apply different themes. Need to support the "theme" property for windows.
Attachments
File | Date | Size |
---|---|---|
timob17222.zip | 2014-07-14T19:45:38.000+0000 | 638936 |
PR: https://github.com/appcelerator/titanium_mobile/pull/5862 For FR, please run the attached project "timob17222". 1. Should see a white fullscreen window. 2. Click the button. Should see a red window with status bar but without title bar. 3. Click the button. Should see a translucent blue window with both status bar and title bar. 4. Click the button. Should see a translucent yellow window with status bar but without title bar.
Please add this feature to 3.3.0 release because navBarHidden removed from it.
It would be great if this issue will be resolved at 3.3.0 release Thanks in advance!
3_3_X PR: https://github.com/appcelerator/titanium_mobile/pull/5919
Tested on: Mac OSX 10.9.4 Windows 8.1 (x64) Ubuntu 14.04 LTS (x64) Appcelerator Studio, build: 3.3.0.201407111535 Titanium SDK, build: 3.3.1.v20140814203318, 3.4.0.v20140813022514 Titanium CLI, build: 3.3.0 Alloy: 1.4.1 Android Device: Nexus 4 (4.2) Followed test steps provided by [~pwang]. White screen displayed, followed by red window, followed by translucent blue window with title bar, followed by translucent yellow window without title bar. Closing.