TEST - Added media cache in exoplayer

This commit is contained in:
CappielloAntonio 2021-08-10 14:05:07 +02:00
parent 1c6b8024b9
commit 0b57cd3176
4 changed files with 30 additions and 2 deletions

View file

@ -29,4 +29,19 @@
<item>200000000</item>
</string-array>
<string-array name="pref_media_cache_size_titles">
<item>Unlimited</item>
<item>2GB</item>
<item>1GB</item>
<item>400MB</item>
<item>200MB</item>
</string-array>
<string-array name="pref_media_cache_size_values">
<item>4000000000</item>
<item>2000000000</item>
<item>1000000000</item>
<item>400000000</item>
<item>200000000</item>
</string-array>
</resources>

View file

@ -5,6 +5,7 @@
<string name="search_hint">Search title, artists or albums</string>
<string name="theme_selection">Choose theme</string>
<string name="covers_cache">Covers cache</string>
<string name="media_cache">Media cache</string>
<string name="library_menu_label">Library</string>
<string name="home_menu_label">Home</string>
<string name="search_menu_label">Search</string>