blob: 7762b411a4f87497ad34942cfaadbd8eae021ed9 [file] [log] [blame]
Santiago Etchebeheref23466e2018-12-10 14:56:55 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2018 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>
Santiago Etchebehere3e096112019-05-28 14:38:21 -070018
19 <!-- Main themes -->
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080020 <style name="CustomizationTheme" parent="@android:style/Theme.DeviceDefault.Settings">
21 <item name="colorPrimary">?android:colorPrimary</item>
22
Santiago Etchebehere631bfe32019-02-06 18:12:01 -080023 <item name="android:navigationBarColor">?android:colorPrimaryDark</item>
Santiago Etchebeheref0e2dad2019-05-03 18:29:59 -070024 <item name="android:navigationBarDividerColor">@android:color/transparent</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080025
26 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
Santiago Etchebehere418a40e2019-03-25 14:28:37 -070027 <item name="dialogPreferredPadding">24dp</item>
28 <item name="colorControlHighlight">@color/ripple_material_dark</item>
Santiago Etchebehere9474b9c2019-04-17 17:54:11 -030029
30 <item name="actionButtonStyle">?android:actionButtonStyle</item>
31 <item name="actionMenuTextColor">?android:actionMenuTextColor</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080032 </style>
Santiago Etchebehere3e096112019-05-28 14:38:21 -070033
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080034 <style name="CustomizationTheme.NoActionBar">
Kunhung Li202f4072021-04-26 20:07:03 +080035 <item name="android:statusBarColor">@android:color/transparent</item>
Chihhang Chuangfb546842021-04-15 09:42:00 +080036 <item name="android:navigationBarColor">@android:color/transparent</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080037 <item name="android:windowActionBar">false</item>
38 <item name="android:windowNoTitle">true</item>
Santiago Etchebehereb5fed022019-02-21 16:59:23 -080039 <item name="android:fitsSystemWindows">false</item>
40 <item name="android:windowDrawsSystemBarBackgrounds">true</item>
Santiago Etchebehere8e8b4742020-03-11 19:51:52 -070041
Santiago Etchebehere8e8b4742020-03-11 19:51:52 -070042 <item name="android:windowContentOverlay">@null</item>
43 <item name="android:windowDisablePreview">true</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080044 </style>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080045
Santiago Etchebehere3e096112019-05-28 14:38:21 -070046 <!-- Bottom nav -->
Santiago Etchebeheref18580d2019-01-10 10:24:42 -080047 <style name="BottomNavStyle">
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080048 <item name="itemIconTint">@color/bottom_nav_item_color</item>
49 <item name="itemTextColor">@color/bottom_nav_item_color</item>
Santiago Etchebehere6507b7a2019-06-24 15:05:32 -070050 <item name="itemTextAppearanceActive">@style/BottomNavTextAppearanceActive</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080051 <item name="itemTextAppearanceInactive">@style/BottomNavTextAppearance</item>
Amin Shaikh89eef632019-04-19 17:32:43 -040052 <item name="itemBackground">?android:attr/selectableItemBackgroundBorderless</item>
Pierre-Louisc2d2f2a2021-04-09 22:33:17 +020053 <item name="android:background">?android:colorBackground</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080054 </style>
55
Santiago Etchebehere58e1b522019-12-05 10:25:13 -080056 <style name="BottomNavTextAppearance" parent="TitleTextAppearance">
Beth Thibodeau3e000c42019-03-11 11:37:41 -040057 <item name="android:textSize">@dimen/bottom_navbar_font_text_size</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080058 </style>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080059
Santiago Etchebehere6507b7a2019-06-24 15:05:32 -070060 <style name="BottomNavTextAppearanceActive" parent="BottomNavTextAppearance">
61 <item name="android:textStyle">bold</item>
62 </style>
63
Santiago Etchebehere3e096112019-05-28 14:38:21 -070064 <!-- Common components and widgets -->
Santiago Etchebehere58e1b522019-12-05 10:25:13 -080065 <style name="TitleTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"/>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080066
67 <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/>
Santiago Etchebehere273f6552019-01-04 17:33:45 -080068
Amin Shaikh535db3e2019-04-19 09:51:41 -040069 <style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button.Borderless.Colored"/>
70
Santiago Etchebehere58e1b522019-12-05 10:25:13 -080071 <style name="CardTitleTextAppearance" parent="TitleTextAppearance">
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080072 <item name="android:textStyle">bold</item>
73 <item name="android:textSize">@dimen/card_title_text_size</item>
74 </style>
75
Santiago Etchebehere58e1b522019-12-05 10:25:13 -080076 <style name="FontCardTitleStyle" parent="TitleTextAppearance">
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080077 <item name="android:textAlignment">center</item>
Wesley.CW Wang8038c102020-07-23 18:14:37 +080078 <item name="android:textSize">28dp</item>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080079 </style>
80
81 <style name="FontCardBodyTextStyle">
Santiago Etchebehere0831fa82019-04-26 15:53:52 -070082 <item name="android:layout_width">wrap_content</item>
83 <item name="android:maxWidth">@dimen/font_preview_body_width</item>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080084 <item name="android:textAlignment">center</item>
Wesley.CW Wang8038c102020-07-23 18:14:37 +080085 <item name="android:textSize">20dp</item>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080086 <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault</item>
87 </style>
88
Santiago Etchebehere3e096112019-05-28 14:38:21 -070089 <!-- Custom theme editor -->
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -070090
91 <style name="CustomThemeNameEditText" parent="@android:style/Widget.DeviceDefault.EditText">
92 <item name="android:background">@drawable/edittext_background</item>
93 <item name="android:paddingTop">16dp</item>
94 <item name="android:paddingBottom">16dp</item>
95 <item name="android:paddingStart">12dp</item>
96 <item name="android:paddingEnd">12dp</item>
Chuck Liao031d8dd2020-07-07 21:11:34 +080097 <item name="android:textAlignment">viewStart</item>
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -070098 <item name="android:textColor">@color/edittext_text_color</item>
99 <item name="android:inputType">text</item>
100 <item name="android:maxLength">100</item>
101 </style>
Chihhang Chuangb7dc51d2021-05-25 20:57:43 +0800102
Chihhang Chuang91a8fe92021-05-29 16:49:54 +0800103 <style name="SectionTitleTextStyle">
104 <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
Chihhang Chuangb7dc51d2021-05-25 20:57:43 +0800105 <item name="android:textColor">?android:textColorPrimary</item>
106 <item name="android:textDirection">locale</item>
107 <item name="android:textSize">20sp</item>
108 <item name="android:lineHeight">24dp</item>
109 </style>
110
111 <style name="SectionSubtitleTextStyle" parent="SectionTitleTextStyle">
Chihhang Chuang91a8fe92021-05-29 16:49:54 +0800112 <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
Chihhang Chuangb7dc51d2021-05-25 20:57:43 +0800113 <item name="android:textColor">?android:textColorSecondary</item>
114 <item name="android:textSize">14sp</item>
115 <item name="android:lineHeight">20dp</item>
116 </style>
117
Santiago Etchebehere988f99d2018-12-20 17:13:12 -0800118</resources>