Merge "Enable only clickable section header elements a11y" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-04 19:50:59 +00:00
committed by Android (Google) Code Review

View File

@@ -21,8 +21,6 @@
android:layout_height="@dimen/notification_section_header_height"
android:paddingStart="4dp"
android:paddingEnd="4dp"
android:focusable="true"
android:clickable="true"
>
<LinearLayout
@@ -46,6 +44,7 @@
android:id="@+id/header_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:focusable="true"
android:forceHasOverlappingRendering="false"
android:text="@string/notification_section_header_gentle"
/>
@@ -57,6 +56,7 @@
android:layout_height="48dp"
android:src="@drawable/status_bar_notification_section_header_clear_btn"
android:contentDescription="@string/accessibility_notification_section_header_gentle_clear_all"
android:focusable="true"
android:scaleType="center"
android:tintMode="src_in"
android:visibility="gone"