blob: 89b635d4d458d33fd25f830fd589176d59340208 [file] [log] [blame]
Sunny Goyal5abb9f82016-02-09 15:22:42 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
Alina Zaidid80cec62021-05-13 14:13:18 +01004* Copyright (C) 2008 The Android Open Source Project
Sunny Goyal5abb9f82016-02-09 15:22:42 -08005*
6* Licensed under the Apache License, Version 2.0 (the "License");
7* you may not use this file except in compliance with the License.
8* You may obtain a copy of the License at
9*
10* http://www.apache.org/licenses/LICENSE-2.0
11*
12* Unless required by applicable law or agreed to in writing, software
13* distributed under the License is distributed on an "AS IS" BASIS,
14* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15* See the License for the specific language governing permissions and
16* limitations under the License.
17*/
18-->
Sunny Goyal367f2192018-10-17 11:24:48 -070019
Sunny Goyal5abb9f82016-02-09 15:22:42 -080020<resources>
Alina Zaidid80cec62021-05-13 14:13:18 +010021 <style name="AddItemActivityTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
Sunny Goyal367f2192018-10-17 11:24:48 -070022 <item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
Alina Zaididfa6aa82021-06-09 16:41:22 +010023 <item name="android:windowTranslucentStatus">true</item>
Zak Cohen10cf0862024-05-20 15:23:23 -070024 <!-- Add the dim background here, rather than in the activity layout as the window slides
25 in from the bottom, and we don't want the scrim to slide. -->
26 <item name="android:backgroundDimEnabled">true</item>
Sunny Goyal5abb9f82016-02-09 15:22:42 -080027 </style>
Shamali P34d1db72024-03-14 19:24:43 +000028
Marcelo Arteirof38d98d2024-07-01 18:18:08 +000029 <style name="DynamicColorsBaseLauncherTheme" parent="@style/BaseLauncherTheme">
Marcelo Arteirof38d98d2024-07-01 18:18:08 +000030 </style>
31
Shamali P2d7a6b02024-07-09 13:08:03 +000032 <style name="WidgetPickerActivityTheme" parent="@android:style/Theme.DeviceDefault.DayNight">
Marcelo Arteirof38d98d2024-07-01 18:18:08 +000033 <item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
Shamali P34d1db72024-03-14 19:24:43 +000034 <item name="android:windowBackground">@android:color/transparent</item>
Shamali P2d7a6b02024-07-09 13:08:03 +000035 <item name="android:windowNoTitle">true</item>
36 <item name="android:windowContentOverlay">@null</item>
37 <item name="android:colorBackgroundCacheHint">@null</item>
38 <item name="android:windowIsTranslucent">true</item>
39 <item name="android:windowAnimationStyle">@android:style/Animation</item>
40
41 <item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
Shamali P34d1db72024-03-14 19:24:43 +000042 <item name="pageIndicatorDotColor">@color/page_indicator_dot_color_dark</item>
43 </style>
Alina Zaidid80cec62021-05-13 14:13:18 +010044</resources>