142 lines
6.3 KiB
XML
142 lines
6.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
Copyright (C) 2014 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>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat" parent="android:TextAppearance">
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
<item name="android:textColorHint">?android:textColorHint</item>
|
||
|
<item name="android:textColorHighlight">?android:textColorHighlight</item>
|
||
|
<item name="android:textColorLink">?android:textColorLink</item>
|
||
|
<item name="android:textSize">@dimen/abc_text_size_body_1_material</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Display4">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_display_4_material</item>
|
||
|
<item name="android:textColor">?android:textColorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Display3">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_display_3_material</item>
|
||
|
<item name="android:textColor">?android:textColorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Display2">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_display_2_material</item>
|
||
|
<item name="android:textColor">?android:textColorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Display1">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_display_1_material</item>
|
||
|
<item name="android:textColor">?android:textColorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Headline">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_headline_material</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Title">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_title_material</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Title.Inverse">
|
||
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
||
|
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Subhead">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_subhead_material</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Subhead.Inverse">
|
||
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
||
|
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Body2">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_body_2_material</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Body1">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_body_1_material</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Caption">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_caption_material</item>
|
||
|
<item name="android:textColor">?android:textColorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Menu">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_menu_material</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Button">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_button_material</item>
|
||
|
<item name="textAllCaps">true</item>
|
||
|
<item name="android:textColor">?android:textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Widget.Button" parent="TextAppearance.AppCompat.Button" />
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="TextAppearance.AppCompat.Button">
|
||
|
<item name="android:textColor">?android:textColorPrimaryInverse</item>
|
||
|
</style>
|
||
|
|
||
|
<!-- Deprecated text styles -->
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Inverse">
|
||
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
||
|
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Large">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_large_material</item>
|
||
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Large.Inverse">
|
||
|
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
||
|
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Medium">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_medium_material</item>
|
||
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Medium.Inverse">
|
||
|
<item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
|
||
|
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Small">
|
||
|
<item name="android:textSize">@dimen/abc_text_size_small_material</item>
|
||
|
<item name="android:textColor">?android:attr/textColorTertiary</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="Base.TextAppearance.AppCompat.Small.Inverse">
|
||
|
<item name="android:textColor">?android:attr/textColorTertiaryInverse</item>
|
||
|
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|