Cherish:Add option to disable scrolling cache [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Sang Tae Park
2018-09-13 20:54:17 +05:30
committed by Hưng Phan
parent b56864fef9
commit 9c0e1c565a
4 changed files with 45 additions and 0 deletions

View File

@@ -69,6 +69,14 @@
</PreferenceCategory>
<ListPreference
android:key="pref_scrollingcache"
android:dialogTitle="@string/pref_scrollingcache_title"
android:title="@string/pref_scrollingcache_title"
android:summary="@string/pref_scrollingcache_summary"
android:entries="@array/entries_scrollingcache"
android:entryValues="@array/values_scrollingcache" />
<ListPreference
android:key="toast_animation"
android:title="@string/toast_animation_title"