summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values-night/styles.xml
blob: 04e74eb20b116247871c7bde62042d1a7b55cddc (plain)
1
2
3
4
5
6
<resources>
    <style name="Widget.Theme.Netmon.MyView" parent="">
        <item name="android:background">@color/gray_600</item>
        <item name="exampleColor">@color/light_blue_600</item>
    </style>
</resources>