am 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb-mr1-dev

* commit '0bd6f96ff0b5f29b08205518c4060f0d38a9cdcc':
  Fixing view accessibility classification for recents.
This commit is contained in:
Svetoslav Ganov
2012-10-30 18:33:29 -07:00
committed by Android Git Automerger
3 changed files with 3 additions and 6 deletions

View File

@@ -41,8 +41,7 @@
android:fadingEdge="horizontal" android:fadingEdge="horizontal"
android:scrollbars="none" android:scrollbars="none"
android:layout_gravity="right" android:layout_gravity="right"
android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length" android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length">
android:importantForAccessibility="no">
<LinearLayout android:id="@+id/recents_linear_layout" <LinearLayout android:id="@+id/recents_linear_layout"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@@ -45,8 +45,7 @@
android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length" android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
android:layout_gravity="bottom|left" android:layout_gravity="bottom|left"
android:clipToPadding="false" android:clipToPadding="false"
android:clipChildren="false" android:clipChildren="false">
android:importantForAccessibility="no">
<LinearLayout android:id="@+id/recents_linear_layout" <LinearLayout android:id="@+id/recents_linear_layout"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -49,8 +49,7 @@
android:fadingEdgeLength="20dip" android:fadingEdgeLength="20dip"
android:layout_gravity="bottom|left" android:layout_gravity="bottom|left"
android:clipToPadding="false" android:clipToPadding="false"
android:clipChildren="false" android:clipChildren="false">
android:importantForAccessibility="no">
<LinearLayout android:id="@+id/recents_linear_layout" <LinearLayout android:id="@+id/recents_linear_layout"
android:layout_width="wrap_content" android:layout_width="wrap_content"