blob: 0f9e247f1c2b661785f74b2dfeb9cef04d6227cc [file] [log] [blame]
Michael Jurkae8d1bf72013-09-09 15:58:54 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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>
Alan Viveretteba398ea2015-12-16 15:28:23 -050018 <style name="Theme.WallpaperCropper" parent="@*android:style/Theme.Material.DayNight">
Michael Jurkae8d1bf72013-09-09 15:58:54 +020019 <item name="android:actionBarStyle">@style/WallpaperCropperActionBar</item>
20 <item name="android:windowFullscreen">true</item>
21 <item name="android:windowActionBarOverlay">true</item>
22 </style>
23
Alan Viveretteb9da2802015-05-05 14:09:21 -070024 <style name="WallpaperCropperActionBar" parent="@android:style/Widget.Material.ActionBar">
Michael Jurkae8d1bf72013-09-09 15:58:54 +020025 <item name="android:displayOptions">showCustom</item>
26 <item name="android:background">#88000000</item>
27 </style>
28</resources>