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

Commit 7c43d31c authored by Garfield Tan's avatar Garfield Tan
Browse files

Guide TalkBack to traverse to the arrow icon after the dropdown list.

Change-Id: Id65889cef4a3afbac421f129da61da1267d07958
parent ccc18de8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
        android:layout_height="@dimen/dropdown_sort_widget_icon_size"
        android:layout_marginStart="10dp"
        android:padding="3dp"
        android:src="@drawable/ic_sort_arrow"/>
        android:src="@drawable/ic_sort_arrow"
        android:accessibilityTraversalAfter="@id/sort_dimen_dropdown"/>

</LinearLayout>