blob: 9b38736ff6dd32169d579f972c90c7cb3310af89 (
plain)
1
2
3
4
5
|
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Base.Theme.Netmon" parent="Theme.Material3.DayNight.NoActionBar">
<item name="android:windowBackground">#FF000000</item>
</style>
</resources>
|