Skip to content

Commit c7c972d

Browse files
Fixing view accessibility classification for recents.
Change-Id: I0324fe322d97ee35105d7d71442fa79663e0fdfa Bug: 7438790
1 parent 7710199 commit c7c972d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/SystemUI/res/layout-land/status_bar_recent_panel.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
android:fadingEdge="horizontal"
4242
android:scrollbars="none"
4343
android:layout_gravity="right"
44-
android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
45-
android:importantForAccessibility="no">
44+
android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length">
4645

4746
<LinearLayout android:id="@+id/recents_linear_layout"
4847
android:layout_width="wrap_content"

packages/SystemUI/res/layout/status_bar_recent_panel.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
4646
android:layout_gravity="bottom|left"
4747
android:clipToPadding="false"
48-
android:clipChildren="false"
49-
android:importantForAccessibility="no">
48+
android:clipChildren="false">
5049

5150
<LinearLayout android:id="@+id/recents_linear_layout"
5251
android:layout_width="match_parent"

packages/SystemUI/res/layout/system_bar_recent_panel.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
android:fadingEdgeLength="20dip"
5050
android:layout_gravity="bottom|left"
5151
android:clipToPadding="false"
52-
android:clipChildren="false"
53-
android:importantForAccessibility="no">
52+
android:clipChildren="false">
5453

5554
<LinearLayout android:id="@+id/recents_linear_layout"
5655
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)