summaryrefslogtreecommitdiffstats
path: root/res/xml
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/xml
parent9180c157cc84b76ee92d26d2ee4f199da4fc0038 (diff)
downloadandroid_packages_apps_Trebuchet-2dfb053932c106321dfe665d5d8e5d7c954f50bc.tar.gz
android_packages_apps_Trebuchet-2dfb053932c106321dfe665d5d8e5d7c954f50bc.tar.bz2
android_packages_apps_Trebuchet-2dfb053932c106321dfe665d5d8e5d7c954f50bc.zip
Wallpaper Hack: Default to false
Change-Id: I777fa2b8b6d4f0bc496b618977dfe4bea43ad211
Diffstat (limited to 'res/xml')
-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 87724aad6..303b95806 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"