Software Archive
Read-only legacy content
17060 Discussions

Unable to Apply Android application theme

Akula_S_
Beginner
319 Views

Hi,

I am a newbie to phonegap, I am trying to change my application theme on Android to Holo. By default on few devices it is showing Holo Light but, I want my app to have constant theme across all the devices.

I am using the below statements to change the theme. But it does not turn to be effective. Any help is greatly appreciated.

1. <application android:theme="@style/Theme.Holo"></application>

2. <style name="AppTheme" parent="android:Theme.Holo" />

<application android:theme="@android:style/Theme.Holo"></application>

Also tired the below way,

<resources>
    <style name="AppTheme" parent="android:Theme.Holo">
    </style>
</resources>    

    <application
        android:theme="@style/AppTheme" ></application>

0 Kudos
1 Reply
Sergio_J__C_
Beginner
319 Views

Maybe have problems with the environment, check this tutorials:
http://code.tutsplus.com/tutorials/introduction-to-phonegap-development--mobile-2470

0 Kudos
Reply