Android Question change the stdactionbar color

parijs

Active Member
Licensed User
Longtime User
Note that the attached example uses the Holo.Light theme. This is done with this manifest editor line:
Code:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")

Look here
 
Upvote 0
Top