Cherish:Add option to disable scrolling cache [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user