mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-28 09:29:28 +01:00
14 lines
532 B
XML
14 lines
532 B
XML
|
<?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>
|
||
|
|
||
|
|
||
|
</resources>
|