diff options
| author | bt <bt@rctt.net> | 2026-05-07 01:02:21 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-07 01:02:21 +0200 |
| commit | e81ce6af3d97a51e51f676f32e739d0f174323c7 (patch) | |
| tree | 9a45cac8bdd1fefb82fcb01cf2221dcbe5a3b6f8 /app/src/main/res/values-night | |
| parent | f4c07069c1604c45a6a57b30338bd5a32887e24a (diff) | |
| download | netmon-e81ce6af3d97a51e51f676f32e739d0f174323c7.tar.gz netmon-e81ce6af3d97a51e51f676f32e739d0f174323c7.zip | |
Add power graph
Diffstat (limited to 'app/src/main/res/values-night')
| -rw-r--r-- | app/src/main/res/values-night/themes.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 01829d8..9b38736 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -1,7 +1,5 @@ <resources xmlns:tools="http://schemas.android.com/tools"> - <!-- Base application theme. --> <style name="Base.Theme.Netmon" parent="Theme.Material3.DayNight.NoActionBar"> - <!-- Customize your dark theme here. --> - <!-- <item name="colorPrimary">@color/my_dark_primary</item> --> + <item name="android:windowBackground">#FF000000</item> </style> </resources>
\ No newline at end of file |
