diff options
Diffstat (limited to 'app/src/main/res/values/themes.xml')
| -rw-r--r-- | app/src/main/res/values/themes.xml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 8c1e2ef..d292522 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,18 +1,4 @@ -<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> --> +<resources> + <style name="Base.Theme.Netmon" parent="Theme.Material3.DayNight"> </style> - - <style name="Theme.Netmon" parent="Base.Theme.Netmon" /> - - <style name="Theme.Netmon.NoActionBar"> - <item name="windowActionBar">false</item> - <item name="windowNoTitle">true</item> - </style> - - <style name="Theme.Netmon.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> - - <style name="Theme.Netmon.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> </resources>
\ No newline at end of file |
