blob: 50091553c9fa8d7026e2a258f68f5a147e2a9627 [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>
18 <style name="CustomizationTheme" parent="@android:style/Theme.DeviceDefault.Settings">
19 <item name="colorPrimary">?android:colorPrimary</item>
20
Santiago Etchebehereeb186982019-01-31 14:49:06 -080021 <item name="android:statusBarColor">?android:colorPrimary</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080022
Santiago Etchebehere631bfe32019-02-06 18:12:01 -080023 <item name="android:navigationBarColor">?android:colorPrimaryDark</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080024 <item name="android:navigationBarDividerColor">@color/system_navigation_bar_divider</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>
33 <style name="CustomizationTheme.NoActionBar">
34 <item name="android:windowActionBar">false</item>
35 <item name="android:windowNoTitle">true</item>
Santiago Etchebehereb5fed022019-02-21 16:59:23 -080036 <item name="android:fitsSystemWindows">false</item>
37 <item name="android:windowDrawsSystemBarBackgrounds">true</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080038 </style>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080039
Santiago Etchebeheref18580d2019-01-10 10:24:42 -080040 <style name="BottomNavStyle">
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080041 <item name="itemIconTint">@color/bottom_nav_item_color</item>
42 <item name="itemTextColor">@color/bottom_nav_item_color</item>
43 <item name="itemTextAppearanceActive">@style/BottomNavTextAppearance</item>
44 <item name="itemTextAppearanceInactive">@style/BottomNavTextAppearance</item>
Amin Shaikh89eef632019-04-19 17:32:43 -040045 <item name="itemBackground">?android:attr/selectableItemBackgroundBorderless</item>
Beth Thibodeau3e000c42019-03-11 11:37:41 -040046 <item name="android:background">?android:colorPrimary</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080047 </style>
48
Beth Thibodeau3e000c42019-03-11 11:37:41 -040049 <style name="BottomNavTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
50 <item name="android:textSize">@dimen/bottom_navbar_font_text_size</item>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080051 </style>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080052 <style name="RegularToolbarStyle" parent="@android:style/Widget.DeviceDefault.Light.ActionBar.Solid">
Santiago Etchebehere9474b9c2019-04-17 17:54:11 -030053 <item name="android:background">@color/toolbar_color</item>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080054 <item name="android:elevation">0dp</item>
Santiago Etchebehere9474b9c2019-04-17 17:54:11 -030055 <item name="android:theme">@style/WallpaperTheme</item>
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080056 </style>
57
58 <style name="HeaderTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"/>
59
60 <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/>
Santiago Etchebehere273f6552019-01-04 17:33:45 -080061
Amin Shaikh535db3e2019-04-19 09:51:41 -040062 <style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button.Borderless.Colored"/>
63
Beth Thibodeau3e000c42019-03-11 11:37:41 -040064 <style name="OptionTitleTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
Santiago Etchebehere273f6552019-01-04 17:33:45 -080065 <item name="android:textColor">@color/option_title_color</item>
Santiago Etchebehere78acbb62019-02-19 15:36:23 -080066 <item name="android:textAlignment">center</item>
Beth Thibodeau3e000c42019-03-11 11:37:41 -040067 <item name="android:textSize">@dimen/theme_option_title_font_text_size</item>
Santiago Etchebehere273f6552019-01-04 17:33:45 -080068 </style>
69
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080070
Santiago Etchebehere631bfe32019-02-06 18:12:01 -080071 <style name="PreviewCard" parent="CardView">
Santiago Etchebeheref7094e12019-02-07 12:06:47 -080072 <item name="cardCornerRadius">?android:dialogCornerRadius</item>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080073 <item name="android:clipChildren">true</item>
74 <item name="contentPadding">@dimen/preview_card_padding</item>
Santiago Etchebehere631bfe32019-02-06 18:12:01 -080075 <item name="cardBackgroundColor">?android:colorPrimary</item>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080076 </style>
77
Santiago Etchebehere80e1cee2019-01-10 17:00:00 -080078 <style name="FullContentPreviewCard" parent="PreviewCard">
Santiago Etchebehere80e1cee2019-01-10 17:00:00 -080079 <item name="android:clipChildren">true</item>
80 <item name="contentPadding">0dp</item>
Santiago Etchebehere631bfe32019-02-06 18:12:01 -080081 <item name="cardBackgroundColor">?android:colorPrimary</item>
Santiago Etchebehere80e1cee2019-01-10 17:00:00 -080082 </style>
83
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080084 <style name="CardTitleTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
85 <item name="android:textStyle">bold</item>
86 <item name="android:textSize">@dimen/card_title_text_size</item>
87 </style>
88
Santiago Etchebehere551f0c02019-04-10 10:36:47 -030089 <style name="CoverTitleTextAppearance" parent="CardTitleTextAppearance">
90 <item name="android:textSize">@dimen/card_cover_title_text_size</item>
91 </style>
92
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080093 <style name="FontCardTitleStyle">
94 <item name="android:textAlignment">center</item>
95 <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title</item>
96 </style>
97
98 <style name="FontCardBodyTextStyle">
Santiago Etchebehere0831fa82019-04-26 15:53:52 -070099 <item name="android:layout_width">wrap_content</item>
100 <item name="android:maxWidth">@dimen/font_preview_body_width</item>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -0800101 <item name="android:textAlignment">center</item>
102 <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault</item>
103 </style>
104
Santiago Etchebehere0831fa82019-04-26 15:53:52 -0700105 <style name="EditLabelStyle">
Amin Shaikh535db3e2019-04-19 09:51:41 -0400106 <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault</item>
Santiago Etchebehereb5fed022019-02-21 16:59:23 -0800107 </style>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -0800108</resources>