summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-02 09:04:01 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-02 09:04:01 +0000
commit2dfb053932c106321dfe665d5d8e5d7c954f50bc (patch)
treeec6ed4794907028ecb6ecf847feeae0549e60479 /res
parent9180c157cc84b76ee92d26d2ee4f199da4fc0038 (diff)
downloadpackages_apps_trebuchet-2dfb053932c106321dfe665d5d8e5d7c954f50bc.zip
packages_apps_trebuchet-2dfb053932c106321dfe665d5d8e5d7c954f50bc.tar.gz
packages_apps_trebuchet-2dfb053932c106321dfe665d5d8e5d7c954f50bc.tar.bz2
Wallpaper Hack: Default to false
Change-Id: I777fa2b8b6d4f0bc496b618977dfe4bea43ad211
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 87724aa..303b958 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -77,7 +77,7 @@
<CheckBoxPreference android:key="ui_homescreen_scrolling_wallpaper_hack"
android:title="@string/preferences_interface_homescreen_scrolling_wallpaper_hack_title"
android:summary="@string/preferences_interface_homescreen_scrolling_wallpaper_hack_summary"
- android:defaultValue="true" />
+ android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/preferences_interface_homescreen_indicator_category">
<CheckBoxPreference android:key="ui_homescreen_indicator_enable"