Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3243] Android: Background of the action bar is always black in Theme.Holo

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2013-11-20T20:13:58.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy, Titanium SDK & CLI
Labelsalloy, android, defect
ReporterNuno Costa
AssigneeMauro Parra-Miranda
Created2013-11-05T18:00:14.000+0000
Updated2016-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

Comments

  1. Mauro Parra-Miranda 2013-11-20

    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
  2. Nuno Costa 2013-11-22

    Mauro, I've test with lasted builds and works again. Closed
  3. Mauro Parra-Miranda 2013-12-09

    Nuno, glad to hear this! Closing now. Best, Mauro

JSON Source