Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bd6f96f authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Fixing view accessibility classification for recents." into jb-mr1-dev

parents 5c12bc58 c7c972d8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -41,8 +41,7 @@
            android:fadingEdge="horizontal"
            android:scrollbars="none"
            android:layout_gravity="right"
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
            android:importantForAccessibility="no">
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length">

            <LinearLayout android:id="@+id/recents_linear_layout"
                android:layout_width="wrap_content"
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
            android:layout_gravity="bottom|left"
            android:clipToPadding="false"
            android:clipChildren="false"
            android:importantForAccessibility="no">
            android:clipChildren="false">

            <LinearLayout android:id="@+id/recents_linear_layout"
                android:layout_width="match_parent"
+1 −2
Original line number Diff line number Diff line
@@ -49,8 +49,7 @@
            android:fadingEdgeLength="20dip"
            android:layout_gravity="bottom|left"
            android:clipToPadding="false"
            android:clipChildren="false"
            android:importantForAccessibility="no">
            android:clipChildren="false">

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