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

Commit a2d6105f authored by Shenqiu Zhang's avatar Shenqiu Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix the accessibility of the expand button" into main

parents 6efbc038 febe1ce1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@
            android:layout_width="@dimen/media_output_item_icon_size"
            android:layout_height="@dimen/media_output_item_icon_size"
            android:layout_marginStart="@dimen/media_output_item_horizontal_gap"
            android:contentDescription="@string/accessibility_open_application"
            android:focusable="true"
            android:visibility="gone">

+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ class MediaOutputAdapter(controller: MediaSwitchingController) :
                    else R.drawable.ic_expand_less_rounded,
                )
            )
            mExpandButtonIcon.contentDescription =
            mExpandButton.contentDescription =
                mContext.getString(
                    if (isCollapsed) R.string.accessibility_expand_group
                    else R.string.accessibility_collapse_group