blob: 5fa3fa1f7a0c123f3b62d6d28163a347d0548eae [file] [log] [blame]
Chris Banes633d8d42014-05-23 15:52:52 +01001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014 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 <!--
19 TODO: Update comment
20
21 These theme declarations contain any version-independent specification. Items
22 that need to vary based on platform version should be defined in the corresponding
23 "Theme.Base" theme.
24 -->
25
26 <!-- Variant of the appcompat (dark) theme that has no title bar and translucent
27 system decor (if available) -->
28 <style name="Theme.AppCompat.NoActionBar.TranslucentDecor">
29 <item name="android:windowTranslucentStatus">true</item>
30 <item name="android:windowTranslucentNavigation">true</item>
31 <item name="android:windowContentOverlay">@null</item>
32 </style>
33
34 <!-- Variant of the appcompat (light) theme that has no title bar and translucent
35 system decor (if available) -->
36 <style name="Theme.AppCompat.Light.NoActionBar.TranslucentDecor">
37 <item name="android:windowTranslucentStatus">true</item>
38 <item name="android:windowTranslucentNavigation">true</item>
39 <item name="android:windowContentOverlay">@null</item>
40 </style>
41
42</resources>