[AC-3243] Android: Background of the action bar is always black in Theme.Holo
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-11-20T20:13:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | alloy, android, defect |
Reporter | Nuno Costa |
Assignee | Mauro Parra-Miranda |
Created | 2013-11-05T18:00:14.000+0000 |
Updated | 2016-03-08T07:57:39.000+0000 |
Description
I haven't test android since sdk: 3.1.3 but today I saw that background of the actionbar is always black, I review the code, I test in N simulators but nothing. The code I haven't changed at all so should be works.
*Is what I have in tiapp.xml*
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17"/>
<application android:installLocation="preferExternal"/>
<application android:theme="@android:style/Theme.Holo.Light"/>
</manifest>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</android>
Let me know if you something more.
-Nuno
Hello! Please follow the guide for using Holo Theme located in the Q&A: http://developer.appcelerator.com/question/130719/how-do-you-build-your-app-with-holo-theme Best, Mauro
Mauro, I've test with lasted builds and works again. Closed
Nuno, glad to hear this! Closing now. Best, Mauro