diff options
Diffstat (limited to 'res/values/config.xml')
-rw-r--r-- | res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 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> |