diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-11-30 19:41:34 +0000 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-01 21:55:43 +0000 |
commit | 9180c157cc84b76ee92d26d2ee4f199da4fc0038 (patch) | |
tree | 320b5552014dfb15bf000c15a728c02796bd8704 /res/values | |
parent | e74a54343ce7896b5005154e8bcbc7d5f06c7808 (diff) | |
download | packages_apps_trebuchet-9180c157cc84b76ee92d26d2ee4f199da4fc0038.zip packages_apps_trebuchet-9180c157cc84b76ee92d26d2ee4f199da4fc0038.tar.gz packages_apps_trebuchet-9180c157cc84b76ee92d26d2ee4f199da4fc0038.tar.bz2 |
Wallpaper Hack
Normally the wallpaper is drawn by the system in a separate window.
This means that the wallpaper can often be drawn out of sync with
the launcher. This hack gets the wallpaper bitmap and draws it
manually (in sync with the rest of the launcher). This increases
performance greatly.
Change-Id: I6aaf9c574cabcf2ee0bfeef1076140421108331d
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4ede002..952c078 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -326,6 +326,8 @@ s --> <string name="preferences_interface_homescreen_scrolling_category">Scrolling</string> <string name="preferences_interface_homescreen_scrolling_scroll_wallpaper_title">Scroll wallpaper</string> <string name="preferences_interface_homescreen_scrolling_scroll_wallpaper_summary">Scroll wallpaper when scrolling homescreens</string> + <string name="preferences_interface_homescreen_scrolling_wallpaper_hack_title">Wallpaper quick render</string> + <string name="preferences_interface_homescreen_scrolling_wallpaper_hack_summary">Use wallpaper hack that increases smoothness on static image wallpapers</string> <string name="preferences_interface_homescreen_indicator_category">Indicator</string> <string name="preferences_interface_homescreen_indicator_enable_title">Show page indicator</string> <string name="preferences_interface_homescreen_indicator_enable_summary">Show current page indicator at the bottom of the screen</string> |