blob: 9b8da7964d071c3cd57350951ef7c19bd2e57c37 (
plain)
1
2
3
4
5
6
7
8
9
|
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.Netmon" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.Netmon" parent="Base.Theme.Netmon" />
</resources>
|