fix issue:refresh button not rotating

new feature: show sum
new feature: clone location
update Readme and help
This commit is contained in:
woheller69 2023-04-18 16:54:51 +02:00
parent 38295c65e1
commit 2ae9a055eb
16 changed files with 274 additions and 82 deletions

View file

@ -11,6 +11,13 @@
app:showSeekBarValue="true"
/>
<SwitchPreference
android:key="pref_summarize"
android:title="@string/settings_summarize"
android:summary="@string/summary_summarize"
android:defaultValue="false"
/>
<SwitchPreference
android:key="pref_TimeFormat"
android:title="@string/settings_time24h"