maxwen | ba1335e | 2023-12-28 21:55:17 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources> |
| 18 | <!-- |
| 19 | Base application theme, dependent on API level. This theme is replaced |
| 20 | by BugleBaseTheme from res/values-vXX/styles.xml on newer devices. |
| 21 | --> |
| 22 | <style name="BugleBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar"> |
| 23 | <!-- |
| 24 | Theme customizations available in newer API levels can go in |
| 25 | res/values-vXX/styles.xml, while customizations related to |
| 26 | backward-compatibility can go here. |
| 27 | --> |
| 28 | </style> |
| 29 | |
| 30 | |
| 31 | <!-- Application theme. --> |
| 32 | <style name="BugleTheme" parent="BugleBaseTheme"> |
| 33 | <!-- All customizations that are NOT specific to a particular API-level can go here. --> |
| 34 | <item name="android:dropDownListViewStyle">@style/DropDownListViewStyle</item> |
| 35 | <item name="colorPrimary">@color/action_bar_background_color</item> |
| 36 | <item name="colorPrimaryDark">@color/action_bar_background_color</item> |
| 37 | <item name="colorAccent">@color/action_bar_background_color</item> |
| 38 | <item name="android:textColorHighlight">@color/text_highlight_color</item> |
| 39 | <item name="actionBarStyle">@style/BugleActionBar</item> |
| 40 | <item name="apnPreferenceStyle">@style/ApnPreference</item> |
| 41 | <item name="android:listViewStyle">@style/ListViewStyle</item> |
| 42 | <item name="actionBarPopupTheme">@style/PopupMenuStyleAppCompat</item> |
| 43 | <item name="android:actionBarPopupTheme">@style/PopupMenuStyleAppCompat</item> |
| 44 | <item name="alertDialogTheme">@style/BugleThemeAlertDialog</item> |
| 45 | <item name="android:alertDialogTheme">@style/BugleThemeAlertDialog</item> |
| 46 | <item name="preferenceTheme">@style/Omni.PreferenceTheme</item> |
| 47 | <item name="android:switchStyle">@style/Omni.SwitchStyle</item> |
| 48 | <item name="android:textAppearanceListItem">@style/Omni.PreferenceTitle</item> |
| 49 | <item name="android:navigationBarColor">@android:color/transparent</item> |
| 50 | </style> |
| 51 | |
| 52 | <style name="BugleTheme.SettingsActivity" parent="BugleTheme"> |
| 53 | </style> |
| 54 | </resources> |