mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-14 04:55:13 -05:00
42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2011 Jake Wharton
|
|
|
|
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="Theme.PageIndicatorDefaults" parent="android:Theme">
|
|
<item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator</item>
|
|
</style>
|
|
|
|
<style name="Widget">
|
|
</style>
|
|
|
|
<style name="Widget.TabPageIndicator" parent="Widget">
|
|
<item name="android:gravity">center</item>
|
|
<item name="android:background">@drawable/vpi__tab_indicator</item>
|
|
<item name="android:paddingLeft">22dip</item>
|
|
<item name="android:paddingRight">22dip</item>
|
|
<item name="android:paddingTop">12dp</item>
|
|
<item name="android:paddingBottom">12dp</item>
|
|
<item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
|
|
<item name="android:textSize">12sp</item>
|
|
<item name="android:maxLines">1</item>
|
|
</style>
|
|
|
|
<style name="TextAppearance.TabPageIndicator" parent="Widget">
|
|
<item name="android:textStyle">bold</item>
|
|
<item name="android:textColor">@color/vpi__dark_theme</item>
|
|
</style>
|
|
</resources>
|