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

Commit fdaedff4 authored by Jay Aliomer's avatar Jay Aliomer
Browse files

Enable only clickable section header elements a11y

Fixes: 214887576
Fixes: 214886200
Test: manual
Change-Id: Iad733ff614d535c9f1f9dfed66bd04b057a4d25f
parent 3aed78db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"