styles.xml (595B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 <resources> 5 6 <!-- Base application theme. --> 7 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> 8 <!-- Customize your theme here. --> 9 <item name="colorPrimary">@color/colorPrimary</item> 10 <item name="colorPrimaryDark">@color/colorPrimaryDark</item> 11 <item name="colorAccent">@color/colorAccent</item> 12 </style> 13 14 </resources>