Home | History | Annotate | Download | only in values
      1 <resources>
      2     <style name="AppBaseTheme" parent="@android:style/Theme.Material.Settings">
      3         <!--
      4             Theme customizations available in newer API levels can go in
      5             res/values-vXX/styles.xml, while customizations related to
      6             backward-compatibility can go here.
      7         -->
      8     </style>
      9 
     10     <!-- Application theme. -->
     11     <style name="AppTheme" parent="AppBaseTheme">
     12         <!-- All customizations that are NOT specific to a particular API-level can go here. -->
     13         <!-- Setting's theme's accent color makes ProgressBar useless, reset back. -->
     14         <item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
     15     </style>
     16 </resources>
     17