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 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 33 | <style name="ProfilesPreferenceStyle"> |
| 34 | <item name="android:layout">@layout/preference_profiles</item> |
| 35 | <item name="android:widgetLayout">@layout/preference_profiles_widget</item> |
| 36 | </style> |
| 37 | |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 38 | <style name="OnBoardingStyle" parent="Theme.AppCompat.DayNight"> |
| 39 | <item name="colorAccent">#167c80</item> |
| 40 | <item name="windowActionBar">false</item> |
| 41 | <item name="windowNoTitle">true</item> |
| 42 | </style> |
| 43 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 44 | </resources> |