diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/config.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 8759232..114efd1 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -41,7 +41,7 @@ <!-- Whether or not the drop targets drop down as opposed to fade in --> <bool name="config_useDropTargetDownTransition">true</bool> <!-- Whether or not to fade the side pages --> - <bool name="config_workspaceFadeAdjacentScreens">false</bool> + <bool name="config_workspaceDefualtFadeInAdjacentScreens">false</bool> <!-- Whether to show outlines on the screens when scrolling --> <bool name="config_workspaceDefaultShowOutlines">false</bool> diff --git a/res/values/strings.xml b/res/values/strings.xml index 6728f8a..22a4f9c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -328,8 +328,10 @@ s --> <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_scrolling_fade_adjacent_screens_title">Fade side screens</string> + <string name="preferences_interface_homescreen_scrolling_fade_adjacent_screens_summary">Fade the side screens when scrolling homescreens</string> <string name="preferences_interface_homescreen_scrolling_show_outlines_title">Show outlines</string> - <string name="preferences_interface_homescreen_scrolling_show_outlines_summary">Show outlines when scrolling homescreens</string> + <string name="preferences_interface_homescreen_scrolling_show_outlines_summary">Show screen outlines when scrolling homescreens</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> |