diff options
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r-- | packages/SystemUI/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 478c541..73e3e05 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -116,6 +116,8 @@ <integer name="recents_animate_task_bar_enter_duration">200</integer> <!-- The animation duration for animating in the info pane. --> <integer name="recents_animate_task_view_info_pane_duration">150</integer> + <!-- The minimum alpha for the dim applied to cards that go deeper into the stack. --> + <integer name="recents_max_task_stack_view_dim">96</integer> <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow card. --> |