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