diff options
Diffstat (limited to 'packages/SystemUI/res/layout/global_screenshot.xml')
-rw-r--r-- | packages/SystemUI/res/layout/global_screenshot.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/global_screenshot.xml b/packages/SystemUI/res/layout/global_screenshot.xml index 93bd58113bc2..c92b10c447b1 100644 --- a/packages/SystemUI/res/layout/global_screenshot.xml +++ b/packages/SystemUI/res/layout/global_screenshot.xml @@ -19,12 +19,15 @@ android:id="@+id/global_screenshot_frame" android:theme="@style/Screenshot" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:importantForAccessibility="no"> <ImageView android:id="@+id/screenshot_scrolling_scrim" android:layout_width="match_parent" android:layout_height="match_parent" - android:visibility="gone"/> + android:visibility="gone" + android:clickable="true" + android:importantForAccessibility="no"/> <ImageView android:id="@+id/global_screenshot_actions_background" android:layout_height="@dimen/screenshot_bg_protection_height" |