diff options
| author | 2018-07-17 03:03:03 +0000 | |
|---|---|---|
| committer | 2018-07-17 03:03:03 +0000 | |
| commit | f67299cf53d851a4a79146cc1ea49448f459c70b (patch) | |
| tree | 4d0ec4ae2ffcbb8684b4e33c78838f2143427702 | |
| parent | 766d24e06c87b7c7e204c356fe29e7109f6d1cfd (diff) | |
| parent | c07ed4a0013b94bf73aa7573bd64b0ea45b34f70 (diff) | |
Merge "Remove menu container's focus to avoid feedback background"
| -rw-r--r-- | packages/SystemUI/res/layout/contextual.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/contextual.xml b/packages/SystemUI/res/layout/contextual.xml index 94591e932b5b..c8f0a24aff62 100644 --- a/packages/SystemUI/res/layout/contextual.xml +++ b/packages/SystemUI/res/layout/contextual.xml @@ -20,6 +20,7 @@ android:layout_width="@dimen/navigation_key_width" android:layout_height="match_parent" android:importantForAccessibility="no" + android:focusable="false" android:clipChildren="false" android:clipToPadding="false" > |