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

@ -126,6 +126,15 @@
app:key="manual_location"
app:selectable="true"
app:title="Set Manual Location" />
<ListPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:defaultValue="celsius"
app:entries="@array/temp_units"
app:entryValues="@array/unit_values"
app:key="tempUnits"
app:title="Units"
app:useSimpleSummaryProvider="true" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"