blob: 3025abc937e972daae0261224d1a411ccb88b925 [file] [log] [blame]
Steve Kondik66dbbd52016-09-03 05:15:27 -07001<?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 Kondik03b56502016-09-10 17:17:25 -07007
Steve Kondik66dbbd52016-09-03 05:15:27 -07008 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 Kondik03b56502016-09-10 17:17:25 -070015-->
Steve Kondik66dbbd52016-09-03 05:15:27 -070016
Bruno Martins2c9043b2021-12-31 16:29:07 +000017<resources
18 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
Steve Kondik03b56502016-09-10 17:17:25 -070019
Bruno Martins2c9043b2021-12-31 16:29:07 +000020 <style name="TextAppearance" parent="android:TextAppearance.DeviceDefault"/>
Steve Kondik03b56502016-09-10 17:17:25 -070021
Bruno Martins2c9043b2021-12-31 16:29:07 +000022 <style name="TextAppearance.Medium" parent="@android:style/TextAppearance.DeviceDefault.Medium"/>
23 <style name="TextAppearance.Small" parent="@android:style/TextAppearance.DeviceDefault.Small"/>
Steve Kondik27cfe782016-09-06 04:33:28 -070024
LuK13371525b192019-09-12 03:04:51 +020025 <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 Kondik03b56502016-09-10 17:17:25 -070033 <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
Joey8d100d32018-04-07 14:12:34 +020038 <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 Kondik66dbbd52016-09-03 05:15:27 -070044</resources>