update preference utils for image cache

This commit is contained in:
dkanada 2020-10-15 22:37:27 +09:00
commit a69b0e80e0
7 changed files with 9 additions and 15 deletions

View file

@ -9,7 +9,7 @@
android:defaultValue="400000000"
android:entries="@array/pref_images_cache_size_titles"
android:entryValues="@array/pref_images_cache_size_values"
android:key="cache_size"
android:key="image_cache_size"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_images_cache_size" />