| 21478 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<!-- Copyright (C) 2011 Jake Wharton
|
|
|
3 |
|
|
|
4 |
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
5 |
you may not use this file except in compliance with the License.
|
|
|
6 |
You may obtain a copy of the License at
|
|
|
7 |
|
|
|
8 |
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
9 |
|
|
|
10 |
Unless required by applicable law or agreed to in writing, software
|
|
|
11 |
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
12 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
13 |
See the License for the specific language governing permissions and
|
|
|
14 |
limitations under the License.
|
|
|
15 |
-->
|
|
|
16 |
|
|
|
17 |
<resources>
|
|
|
18 |
<style name="Theme.PageIndicatorDefaults" parent="android:Theme">
|
|
|
19 |
<item name="vpiIconPageIndicatorStyle">@style/Widget.IconPageIndicator</item>
|
|
|
20 |
<item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator</item>
|
|
|
21 |
</style>
|
|
|
22 |
|
|
|
23 |
<style name="Widget">
|
|
|
24 |
</style>
|
|
|
25 |
|
|
|
26 |
<style name="Widget.TabPageIndicator" parent="Widget">
|
|
|
27 |
<item name="android:gravity">center</item>
|
|
|
28 |
<item name="android:background">@drawable/vpi__tab_indicator</item>
|
|
|
29 |
<item name="android:paddingLeft">22dip</item>
|
|
|
30 |
<item name="android:paddingRight">22dip</item>
|
|
|
31 |
<item name="android:paddingTop">12dp</item>
|
|
|
32 |
<item name="android:paddingBottom">12dp</item>
|
|
|
33 |
<item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
|
|
|
34 |
<item name="android:textSize">12sp</item>
|
|
|
35 |
<item name="android:maxLines">1</item>
|
|
|
36 |
</style>
|
|
|
37 |
|
|
|
38 |
<style name="TextAppearance.TabPageIndicator" parent="Widget">
|
|
|
39 |
<item name="android:textStyle">bold</item>
|
|
|
40 |
<item name="android:textColor">@color/vpi__dark_theme</item>
|
|
|
41 |
</style>
|
|
|
42 |
|
|
|
43 |
<style name="Widget.IconPageIndicator" parent="Widget">
|
|
|
44 |
<item name="android:layout_marginLeft">6dp</item>
|
|
|
45 |
<item name="android:layout_marginRight">6dp</item>
|
|
|
46 |
</style>
|
|
|
47 |
</resources>
|