[TIMOB-16331] Android: android:theme ignored in tiapp.xml
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2014-06-24T21:33:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | supportTeam |
| Reporter | Ricardo Alcocer |
| Assignee | Chris Barber |
| Created | 2014-01-28T19:12:38.000+0000 |
| Updated | 2017-03-22T21:46:55.000+0000 |
Description
3.2.1 is ignoring Android Theme changes added to the manifest tag on the tiapp.xml.
Apps with custom theme like:
work properly on 3.2.0 but give this error on 3.2.1:
Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.Alcobar')
This breaks all Android apps that use custom Android Styles and ActionBar Themes.
[~egomez] If your project has a custom platfrom/android/AndroidManifest.xml, it will ignore ALL manifest settings in the tiapp.xml when using Titanium SDK 3.2.1. You must set the theme in the custom AndroidManifest.xml if you're using a custom AndroidManifest.xml.
[~egomez], since they seemed to be able to get it working, does that mean this ticket is invalid?
Very likely. At least is not an issue for them anymore.
As a reinstall appears to fix the issue seems to be a configuration bug.
Closing ticket as invalid with reference to previous comments.