blob: b25f46a0cb9bf1025fc88486425a1739e828704f [file] [log] [blame]
Andrew Sapperstein5f7750d2016-06-20 12:48:22 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
Sunny Goyald5d5e222017-02-07 13:11:17 -08004* Copyright (C) 2017 The Android Open Source Project
Andrew Sapperstein5f7750d2016-06-20 12:48:22 -07005*
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-->
19<resources>
20 <!-- Theme for the widget container. -->
21 <style name="WidgetContainerTheme" parent="@android:style/Theme.DeviceDefault.Settings">
Sunny Goyald5d5e222017-02-07 13:11:17 -080022 <item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
Andrew Sapperstein5f7750d2016-06-20 12:48:22 -070023 </style>
Tony Wickham093c3ac2017-06-26 10:48:41 -070024 <style name="WidgetContainerTheme.Dark" parent="LauncherThemeDark">
25 <item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
26 <item name="android:colorPrimaryDark">#616161</item> <!-- Gray 700 -->
27 </style>
Sunny Goyal1f3f07d2017-02-10 16:52:16 -080028
Andrew Sapperstein5f7750d2016-06-20 12:48:22 -070029</resources>