[AC-2353] [android] window title bar should be action bar on sdk >11
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-27T00:37:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, theme, titlebar |
Reporter | Martin Guillon |
Assignee | Mauro Parra-Miranda |
Created | 2012-11-14T11:19:18.000+0000 |
Updated | 2016-03-08T07:41:22.000+0000 |
Description
If you create a window with a titlebar on android, it does not use the correct android theme(actionbar).
AS an example on 4.0 you will get a gray titlebar with just the title.
Where you should actually get the action bar.
I made a simple working example. All i had to do was to override the titanium theme with holo theme. It worked great.
Now i will work on adding icongohome, actionbar color, ....
Attachments
Martin, did you set the target-sdk to enable the ActionBar?
No i didnt. I am really sorry, i didnt know about this property :s my bad! THANK YOU
Closing as fixed :)