summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
blob: 88db1f5cd43c4186233e4e25689174274f53614b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="PodTheme" parent="@style/Theme.Sherlock.Light.ForceOverflow">
        <item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator</item>
    </style>
    
    <style name="StyledIndicators" parent="PodTheme">
            <item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator</item>
            <item name="android:textColor">@color/black</item>
        </style>
        
    
    <style name="VideoplayerTheme" parent="@style/Theme.Sherlock.Light.ForceOverflow">
        <item name="android:windowActionBarOverlay">true</item>
    </style>
        
</resources>