summaryrefslogtreecommitdiff
path: root/core/src/main/res/values-v23/styles.xml
blob: 5cd274e6869d371368a909719e2ab93df496a5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <style name="Theme.AntennaPod.Light.NoTitle" parent="Theme.Base.AntennaPod.Light.NoTitle">
        <item name="android:windowLightStatusBar">true</item>
        <item name="colorPrimaryDark">@color/primary_light</item>
    </style>

    <style name="Theme.AntennaPod.Light" parent="Theme.Base.AntennaPod.Light">
        <item name="android:windowLightStatusBar">true</item>
        <item name="colorPrimaryDark">@color/primary_light</item>
    </style>
</resources>