Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 7 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 15 | --> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 16 | |
Bruno Martins | 2c9043b | 2021-12-31 16:29:07 +0000 | [diff] [blame] | 17 | <resources |
| 18 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 19 | |
Bruno Martins | 2c9043b | 2021-12-31 16:29:07 +0000 | [diff] [blame] | 20 | <style name="TextAppearance" parent="android:TextAppearance.DeviceDefault"/> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 21 | |
Bruno Martins | 2c9043b | 2021-12-31 16:29:07 +0000 | [diff] [blame] | 22 | <style name="TextAppearance.Medium" parent="@android:style/TextAppearance.DeviceDefault.Medium"/> |
| 23 | <style name="TextAppearance.Small" parent="@android:style/TextAppearance.DeviceDefault.Small"/> |
Steve Kondik | 27cfe78 | 2016-09-06 04:33:28 -0700 | [diff] [blame] | 24 | |
LuK1337 | 1525b19 | 2019-09-12 03:04:51 +0200 | [diff] [blame] | 25 | <style name="TextAppearance.CategoryTitle" |
| 26 | parent="@*android:style/TextAppearance.DeviceDefault.Body2"> |
| 27 | <item name="android:textAllCaps">true</item> |
| 28 | <item name="android:textSize">11sp</item> |
| 29 | <!-- 0.8 Spacing, 0.8/11 = 0.072727273 --> |
| 30 | <item name="android:letterSpacing">0.072727273</item> |
| 31 | </style> |
| 32 | |
LuK1337 | 77c1826 | 2022-05-29 21:14:00 +0200 | [diff] [blame] | 33 | <style name="EggStyle" parent="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen"> |
| 34 | <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> |
| 35 | <item name="android:windowTranslucentStatus">true</item> |
| 36 | <item name="android:windowTranslucentNavigation">true</item> |
| 37 | </style> |
| 38 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 39 | <style name="ProfilesPreferenceStyle"> |
| 40 | <item name="android:layout">@layout/preference_profiles</item> |
| 41 | <item name="android:widgetLayout">@layout/preference_profiles_widget</item> |
| 42 | </style> |
| 43 | |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 44 | <style name="OnBoardingStyle" parent="Theme.AppCompat.DayNight"> |
| 45 | <item name="colorAccent">#167c80</item> |
| 46 | <item name="windowActionBar">false</item> |
| 47 | <item name="windowNoTitle">true</item> |
| 48 | </style> |
| 49 | |
Michael W | 85cf567 | 2023-10-01 15:53:05 +0200 | [diff] [blame^] | 50 | <style name="ButtonStyle" parent="ThemeOverlay.Material3.Button"> |
| 51 | <item name="android:background">?android:attr/selectableItemBackgroundBorderless</item> |
| 52 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 53 | </style> |
| 54 | |
| 55 | <style name="PrimaryButtonStyle" parent="ThemeOverlay.Material3.Button"> |
| 56 | <item name="android:background">@drawable/button_background</item> |
| 57 | <item name="android:textColor">@android:color/black</item> |
| 58 | </style> |
| 59 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 60 | </resources> |