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

Commit 48a6f454 authored by Sid Soundararajan's avatar Sid Soundararajan Committed by android-build-merger
Browse files

Merge "Add Content Description for Focusable Elements in TV Recents UI" into nyc-dev am: a95568b8

am: 8b1dce71

* commit '8b1dce71':
  Add Content Description for Focusable Elements in TV Recents UI

Change-Id: Idc52194b5d63a12c7e6289a3835f2337da685920
parents 3f69059a 8b1dce71
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
        android:layout_height="wrap_content"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:contentDescription="@string/status_bar_recent_inspect_item_title"
        android:layout_gravity="center"
        android:layout_centerInParent="true"
        android:clipToPadding="false"
@@ -49,6 +50,7 @@
            android:layout_gravity="center_horizontal"
            android:layout_marginTop="@dimen/recents_tv_dismiss_icon_top_margin"
            android:layout_marginBottom="@dimen/recents_tv_dismiss_icon_bottom_margin"
            android:contentDescription="@string/status_bar_accessibility_dismiss_recents"
            android:alpha="@integer/dismiss_unselected_alpha"
            android:src="@drawable/recents_tv_dismiss_icon" />
    <TextView