diff options
Diffstat (limited to 'res/values/config.xml')
-rw-r--r-- | res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index e88a83e..76c9be8 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -44,6 +44,8 @@ <!-- Workspace --> <!-- 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> <!-- The transition duration for the background of the drop targets --> <integer name="config_dropTargetBgTransitionDuration">100</integer> |