Hi all, may be I don't see the wood for the trees: is it possible to change the color of the stdActionBar for different activities - I know how to change the color theme in general - but activity main should have a blue and activity two should have a red actionbar...? Thanks in advance stefan
Changing the action bar, status bar and navigation bar colors is done with resources set in the manifest editor. The manifest code: SetApplicationAttribute(android:theme, "@style/LightTheme") CreateResource(values, colors.xml, #ff039be5 #ff006db3 #ffffffff #ff006db3 )...