summaryrefslogtreecommitdiff
path: root/sample/src/main/res/values-v21/styles.xml
blob: c21e47ba62bf2df8d756d257c1691e03d734054d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="AppCompatCaptureTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:statusBarColor">#ffb341</item>
        <item name="android:windowTranslucentStatus">true</item>
    </style>
</resources>