diff options
author | Renard | 2016-04-25 20:48:52 -0300 |
---|---|---|
committer | Renard | 2016-04-25 20:48:52 -0300 |
commit | 034e14235e987b30d0ebc181b2d24c632035c453 (patch) | |
tree | 96d59bf03e78f39c418fcce12cd3e2aadda04c8c /app/src/main/res/xml/preferences.xml | |
parent | e6e9b750c7061471b7b0b899001a1e6f3d354e10 (diff) | |
download | BaiApp-034e14235e987b30d0ebc181b2d24c632035c453.tar.gz BaiApp-034e14235e987b30d0ebc181b2d24c632035c453.tar.xz BaiApp-034e14235e987b30d0ebc181b2d24c632035c453.zip |
v1.7v1.7
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 4 |
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 459f65c..7226743 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -17,6 +17,10 @@ android:title="Usar Mona.tff solo en BSS" android:key="setting_mona_bbsonly" android:defaultValue="true"/> + <SwitchPreference + android:title="Redimensionar thumbnails" + android:key="setting_resize_thumbs" + android:defaultValue="true"/> </PreferenceCategory> <PreferenceCategory android:title="Comportamiento"> |