getItemDelegate
Gets the AccessibilityDelegate for an individual item in the RecyclerView. A basic item delegate is provided by default, but you can override this method to provide a custom per-item delegate. For now, returning an AccessibilityDelegateCompat
as opposed to an ItemDelegate
will prevent use of the ViewCompat
accessibility API on item views.