summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
blob: 6193b0600b0258fb4990db7c3142a721a78c4c94 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <style name="Theme.PasteTheme" parent="android:Theme.Material.Light.NoActionBar">
        <item name="android:statusBarColor">@color/purple_700</item>
    </style>
</resources>