add file select preference for media downloads

This commit is contained in:
dkanada 2021-05-30 11:43:46 +09:00
commit dd599c6979
5 changed files with 71 additions and 0 deletions

View file

@ -126,6 +126,7 @@
<string name="pref_title_remember_shuffle">Remember Shuffle</string>
<string name="pref_title_remember_queue">Remember Queue</string>
<string name="pref_title_page_size">Page Size</string>
<string name="pref_title_download_location">Download Location</string>
<string name="pref_title_image_cache_size">Images</string>
<string name="pref_title_media_cache_size">Media</string>

View file

@ -4,6 +4,11 @@
<com.dkanada.gramophone.views.settings.JellyPreferenceCategory android:title="@string/pref_header_cache">
<com.dkanada.gramophone.views.settings.FilePreference
app:iconSpaceReserved="false"
android:key="location_download"
android:title="@string/pref_title_download_location" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
app:iconSpaceReserved="false"
android:defaultValue="400"