summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/values/style.xml
blob: a62c35462c7ed7f0faf7f279f9c848a76d925308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<resources>

    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        
    </style>

    <style name="ViewLightTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="viewComicsBackground">@android:color/transparent</item>
    </style>

    <style name="ViewDarkTheme" parent="Theme.AppCompat">
        <item name="viewComicsBackground">@android:color/black</item>
    </style>

</resources>