blob: 8fa3247b5b955fb6280ed9fbb4259ee0fe33cb3c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!--
Theme in the "Platform.AppCompat" family are designed to be aliases for the default
theme on a given platform version. They should not set any styleable attributes. Instead
you should create a "Theme.Base" theme which inherits from a "Platform" theme.
-->
<eat-comment/>
<style name="Platform.AppCompat.DialogWhenLarge"
parent="android:Theme.Holo.DialogWhenLarge" />
<style name="Platform.AppCompat.Light.DialogWhenLarge"
parent="android:Theme.Holo.Light.DialogWhenLarge" />
<style name="Base.Theme.AppCompat.DialogWhenLarge"
parent="Base.Theme.AppCompat.DialogWhenLarge.Base" />
<style name="Base.Theme.AppCompat.Light.DialogWhenLarge"
parent="Base.Theme.AppCompat.Light.DialogWhenLarge.Base" />
<!--
As we have defined the theme in values-large (for compat) and values-large takes precedence
over values-v14, we need to reset back to the Holo parent in values-large-v14. As the themes
in values-v14 & values-large-v14 are exactly the same, these "double base" themes can be
inherited from in both values-v14 and values-large-v14.
-->
<style name="Base.Theme.AppCompat.DialogWhenLarge.Base"
parent="Platform.AppCompat.DialogWhenLarge">
<!-- TODO: Need fixing once Base.Theme.AppCompat themes are done -->
</style>
<style name="Base.Theme.AppCompat.Light.DialogWhenLarge.Base"
parent="Platform.AppCompat.Light.DialogWhenLarge">
<!-- TODO: Need fixing once Base.Theme.AppCompat themes are done -->
</style>
</resources>