<Resources> <!--Base application theme. - <stylename= "Apptheme"Parent= "Theme.AppCompat.Light.DarkActionBar"> <!--Customize your theme here. - <Itemname= "Android:actionbarstyle">@style/myactionbar</Item> <!--Support Library compatibility - <Itemname= "Actionbarstyle">@style/myactionbar</Item> <Itemname= "Actionbartabtextstyle">@style/myactionbartabtext</Item> <Itemname= "Actionmenutextcolor">@color/red</Item> <!--<item name= "Android:background" > @color/red</item> <item name= "Background" > @color/red</ Item> - </style> <!--ActionBar Styles - <stylename= "Myactionbar"Parent= "@android: Style/widget.holo.light.actionbar.solid.inverse"> <Itemname= "Android:background">@drawable/qr</Item> <Itemname= "TitleTextStyle">@style/myactionbartitletext</Item> <!--Support Library compatibility - <Itemname= "Background">@drawable/qr</Item> </style> <!--ActionBar Title Text - <stylename= "Myactionbartitletext"Parent= "@android: Style/textappearance.holo.widget.actionbar.title"> <Itemname= "Android:textcolor">@color/red</Item> </style> <!--ActionBar Tabs Text Styles - <stylename= "Myactionbartabtext"Parent= "@android: Style/widget.holo.actionbar.tabtext"> <Itemname= "Android:textcolor">@color/green</Item> </style></Resources>
< Application Android:allowbackup = "true" android:icon= "@mipmap/ic_launcher" android:label= "@string/app_name" android:theme= "@style/apptheme">
Android Program Style