Date now aligns with the clock and temperature units can be selected

This commit is contained in:
ottoptj 2024-08-01 18:02:47 +03:00
commit dade0c9a3b
6 changed files with 66 additions and 194 deletions

View file

@ -33,4 +33,14 @@
<item>medium</item>
<item>large</item>
</string-array>
<string-array name="temp_units">
<item>°C</item>
<item>°F</item>
</string-array>
<string-array name="unit_values">
<item>celsius</item>
<item>fahrenheit</item>
</string-array>
</resources>