Skip to content

Commit 0bd6f96

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
2 parents 5c12bc5 + c7c972d commit 0bd6f96

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)