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

Commit df0da8ce 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...

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

* commit '48a6f454':
  Add Content Description for Focusable Elements in TV Recents UI

Change-Id: I06671c6a88f9bbb3b0d5b4a31650e0f9f3e712b5
parents 4ad62ba4 48a6f454
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