aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res-public/values/styles.xml
blob: bdbc84fb2e42186a4aa72adfdc62e6762a3cf0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
    <style name="Kau" parent="Theme.AppCompat.NoActionBar"/>

    <style name="Kau.Translucent">
        <item name="android:windowBackground">@color/kau_shadow_overlay</item>
        <item name="android:colorBackgroundCacheHint">@null</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowIsFloating">false</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowNoTitle">true</item>
    </style>
</resources>