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

Commit 6b7fa152 authored by Garfield Tan's avatar Garfield Tan Committed by android-build-merger
Browse files

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

am: 7c43d31c

Change-Id: I568ae629b127e78727c44a976e71cc631037161e
parents d4e718bc 7c43d31c
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>