mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Test - Implement a data saving function in order not to download media cover images
This commit is contained in:
parent
4a6ea47457
commit
5fc09cfcf8
4 changed files with 20 additions and 3 deletions
|
|
@ -79,6 +79,12 @@
|
|||
android:summary="@string/settings_wifi_only_summary"
|
||||
android:key="wifi_only" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:title="@string/settings_data_saving_mode_title"
|
||||
android:defaultValue="false"
|
||||
android:summary="@string/settings_data_saving_mode_summary"
|
||||
android:key="data_saving_mode" />
|
||||
|
||||
<Preference
|
||||
android:key="equalizer"
|
||||
android:title="Equalizer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue