add file select preference for media downloads
This commit is contained in:
parent
fbffb4ef8a
commit
dd599c6979
5 changed files with 71 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue