Added weather conditions, fixed the thread for finding locations and added options to disable weather and battery indicators.

This commit is contained in:
ottoptj 2024-08-04 22:41:58 +03:00
commit 71af6d7d49
8 changed files with 121 additions and 460 deletions

View file

@ -47,12 +47,14 @@
<string-array name="bg_options">
<item>Transparent</item>
<item>Black</item>
<item>Grey</item>
<item>White</item>
</string-array>
<string-array name="bg_values">
<item>#00000000</item>
<item>#FF000000</item>
<item>#FF1B1B1B</item>
<item>#FFD6D6D6</item>
</string-array>