blob: 1e866cb6a1e9d0595d9e5ed7dcc97a6b6eda2a7e [file] [log] [blame]
John Spurlock2ebc54e2014-07-20 12:21:34 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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
7
8 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.
15-->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android">
18
Andrew Sapperstein448ea302016-06-23 19:14:21 -070019 <style name="PickerDialogTheme" parent="@*android:style/Theme.DeviceDefault.Settings.Dialog">
John Spurlock2ebc54e2014-07-20 12:21:34 -040020 </style>
21
shafik77ed67b2020-02-06 18:27:35 +000022 <style name="AlertDialogTheme"
23 parent="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
24
25 <style name="CacheClearingAlertDialogTheme">
26 <item name="android:windowIsTranslucent">true</item>
27 <item name="android:windowBackground">@android:color/transparent</item>
28 <item name="android:windowContentOverlay">@null</item>
29 <item name="android:windowNoTitle">true</item>
30 <item name="android:windowIsFloating">true</item>
31 <item name="android:backgroundDimEnabled">true</item>
32 <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
33 </style>
34
John Spurlock2ebc54e2014-07-20 12:21:34 -040035</resources>