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

@@ -539,4 +539,19 @@
<item>6</item>
<item>7</item>
</string-array>
<!-- Option to enable/disable scrolling cache -->
<string-array name="entries_scrollingcache" translatable="false">
<item>@string/pref_scrollingcache_force_enable</item>
<item>@string/pref_scrollingcache_default_enable</item>
<item>@string/pref_scrollingcache_default_disable</item>
<item>@string/pref_scrollingcache_force_disable</item>
</string-array>
<string-array name="values_scrollingcache" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>