53 lines
2.3 KiB
XML
53 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2013 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>
|
|
|
|
<!-- Themes in the "Theme.Base" family vary based on the current platform
|
|
version to provide the correct basis on each device. You probably don't
|
|
want to use them directly in your apps.
|
|
|
|
Themes in the "Theme.AppCompat" family are meant to be extended or used
|
|
directly by apps.
|
|
|
|
This is the values-v11/ file that only declares the Base themes for
|
|
Honeycomb+. You probably want to edit values/themes.xml instead. -->
|
|
<eat-comment/>
|
|
|
|
<!-- Base platform-dependent theme -->
|
|
<style name="Theme.Base" parent="android:Theme.Holo">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
<!-- Attributes populated from the framework to be read by apps -->
|
|
<item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
|
|
<item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
|
|
<item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
|
|
</style>
|
|
|
|
<!-- Base platform-dependent theme providing a light-themed activity. -->
|
|
<style name="Theme.Base.Light" parent="android:Theme.Holo.Light">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
<!-- Attributes populated from the framework to be read by apps -->
|
|
<item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
|
|
<item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
|
|
<item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
|
|
</style>
|
|
|
|
</resources>
|