1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-12 18:57:36 +01:00

Add dedicated charts section into Settings

This commit is contained in:
vanous 2019-08-11 10:52:44 +02:00 committed by Andreas Shimokawa
parent da59991aa5
commit c243541c6e
2 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,7 @@
<string name="pref_title_general_autoreconnect">Reconnect automatically</string>
<string name="pref_title_audio_player">Preferred Audioplayer</string>
<string name="pref_default">Default</string>
<string name="pref_header_charts">Charts Settings</string>
<string name="pref_title_charts_swipe">Enable left/right swipe in the charts activity</string>
<string name="pref_header_datetime">Date and Time</string>
<string name="pref_title_datetime_syctimeonconnect">Sync time</string>

View File

@ -157,6 +157,9 @@
android:maxLength="3"
android:title="@string/activity_prefs_activetime_minutes" />
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_header_charts">
<PreferenceScreen
android:key="pref_charts"
android:title="@string/activity_prefs_charts">