Posts

Showing posts with the label Primary Color

Android: Change the ActionBar primary and secondary colors

    <!-- Base application theme. -->     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">         <item name="colorPrimary">@color/appPrimaryColor</item>         <item name="colorPrimaryDark">@color/appSecondaryColor</item>     </style>