styles.xml (758B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources> 6 <!-- inherit from the AppCompat theme --> 7 <style name="CrashDialogTheme" parent="Theme.Mozac.CrashReporter"> 8 9 <!-- your app branding color for the app bar --> 10 <item name="colorPrimary">#8BC34A</item> 11 12 <!-- darker variant for the status bar and contextual app bars --> 13 <item name="colorPrimaryDark">#689F38</item> 14 15 <!-- theme UI controls like checkboxes and text fields --> 16 <item name="colorAccent">#E040FB</item> 17 18 </style> 19 </resources>