am 1728e550: am 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
* commit '1728e5509ee650eaebb53f42b47aa5e601819f1c': Fixing view accessibility classification for recents.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user