[TIMOB-24924] Android Themes: Hide the action bar of all windows not working as expected with 6.1.1.GA
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-07-14T15:16:26.000+0000 |
Affected Version/s | Release 6.1.1 |
Fix Version/s | n/a |
Components | n/a |
Labels | android, reprod |
Reporter | Aminul Islam |
Assignee | Yordan Banev |
Created | 2017-07-03T14:19:57.000+0000 |
Updated | 2017-08-16T01:11:45.000+0000 |
Description
Hi,
In the sample app, the custom theme has a property to hide the action bar of all windows through out the application.If you run the app, your window will show up, but without the effect of a custom theme.
Steps to reproduce:
1. Import [^sampleApp.zip] project.
2. Build project with 6.1.1.GA
3. Action bar of all window will show up.
Test Environmnet:
Android 6 (HTC one m8)
Appcelerator Command-Line Interface, version 6.2.2
Operating System
Name = Mac OS X
Version = 10.11.6
Architecture = 64bit
# CPUs = 4
Memory = 8589934592
Node.js
Node.js Version = 4.4.4
npm Version = 2.15.1
Titanium CLI
CLI Version = 5.0.14
Titanium SDK
SDK Version = 6.1.1.GA
Thanks
Attachments
File | Date | Size |
---|---|---|
0-sa-d3-30e515e954bedb363caed4ec6eeca767.jpg | 2017-07-05T12:55:57.000+0000 | 28585 |
sampleApp.zip | 2017-07-05T12:49:00.000+0000 | 9436307 |
I am able to reproduce this issue with the following environment; Pixel (7.1) Studio 4.9.0.201705302345 Ti SDK 6.1.1 GA Appc NPM 4.2.9 Appc CLI 6.2.2 Ti CLI 5.0.14 Alloy 1.9.11 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131
Add the following rows in epod.xml:
They are required for the custom theme to be compatible with AppCompat theme and properly overwrite the values. Please, let me know if that works for you.
Closing with reference to the above observations.