blob: ec3e0c4f5a4277c3e9bbd403106c8993f949c222 [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>
<!-- Like in themes.xml, the namespace "*.AppCompat.Base" is used to
define base styles for the platform version. The "*.AppCompat"
variants are for direct use or use as parent styles by the app. -->
<eat-comment />
<style name="Widget.AppCompat.Base.ActionBar" parent="">
</style>
<style name="Widget.AppCompat.Base.ActionButton" parent="">
</style>
<style name="Widget.AppCompat.Base.ActionButton.Overflow">
</style>
<style name="Widget.AppCompat.Base.ActionBar.TabBar" parent="">
</style>
<style name="Widget.AppCompat.Base.ActionBar.TabView" parent="">
</style>
<style name="Widget.AppCompat.Base.ActionBar.TabText" parent="">
</style>
<style name="Widget.AppCompat.Base.ActionMode" parent="">
</style>
<style name="TextAppearance.AppCompat.Base.Widget.ActionBar.Menu"
parent="@android:style/TextAppearance.Small">
</style>
<!-- Default action bar style. Remember that if you are overriding
any attributes here in a derived style, you should declare each
item twice - both with and without the "android:" namespace prefix. -->
<style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
<item name="android:height">?attr/actionBarSize</item>
<item name="android:background">@null</item>
<item name="android:divider">?attr/dividerVertical</item>
<item name="homeLayout">@layout/action_bar_home</item>
<!-- TODO(trevorjohns): Missing styles here, including padding. Note that padding was commented out in ActionBarOverlayLayout -->
</style>
<style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton">
</style>
<style name="Widget.AppCompat.ActionButton.Overflow">
</style>
<style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar">
</style>
<style name="Widget.AppCompat.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView">
</style>
<style name="Widget.AppCompat.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText">
<item name="android:maxWidth">180dip</item>
<item name="android:textAppearance">@android:style/TextAppearance.Widget.TextView</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textSize">18sp</item>
</style>
<style name="TextAppearance.AppCompat.Widget.ActionBar.Menu"
parent="TextAppearance.AppCompat.Base.Widget.ActionBar.Menu">
<item name="android:textSize">12sp</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">?attr/actionMenuTextColor</item>
</style>
<style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode">
<item name="android:background">?attr/actionModeBackground</item>
<item name="backgroundSplit">?attr/actionModeSplitBackground</item>
<item name="android:height">?attr/actionBarSize</item>
<item name="titleTextStyle">@style/TextAppearance.Widget.ActionMode.Title</item>
<item name="subtitleTextStyle">@style/TextAppearance.Widget.ActionMode.Subtitle</item>
</style>
<style name="TextAppearance.Widget.ActionMode.Title"
parent="@android:style/TextAppearance.Medium">
</style>
<style name="TextAppearance.Widget.ActionMode.Subtitle"
parent="@android:style/TextAppearance.Small">
<item name="android:textColor">?android:attr/textColorSecondary</item>
</style>
</resources>