aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorLibravatar Renard 2016-05-08 17:47:07 -0300
committerLibravatar Renard 2016-05-08 17:47:07 -0300
commit22e5b86dcf7bd8e20abf7ab0de197a29f77e78d7 (patch)
tree48bef72964fe0009be4b125f51809f1233415739 /app/src/main/res/xml
parent19e44b5af8549fe7c45677df967f0d0b9b1f1eb6 (diff)
downloadBaiApp-22e5b86dcf7bd8e20abf7ab0de197a29f77e78d7.tar.gz
BaiApp-22e5b86dcf7bd8e20abf7ab0de197a29f77e78d7.tar.xz
BaiApp-22e5b86dcf7bd8e20abf7ab0de197a29f77e78d7.zip
1.8v1.8
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 7226743..29161cf 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -29,6 +29,10 @@
android:key="setting_downloadOnlyWithWifi"
android:defaultValue="true" />
<SwitchPreference
+ android:title="Utilizar miniaturas de versión movil"
+ android:key="pref_usemobilethumbs"
+ android:defaultValue="true"/>
+ <SwitchPreference
android:title="Ir al final al abrir un hilo"
android:key="setting_scrollatnewthread"
android:defaultValue="false" />