More robust focus search in SuperScrollLayoutManager

FocusFinder has glitches when some of target Views have different size.
Fortunately LayoutManager can redefine focus search strategy to override
the default behavior.
This commit is contained in:
Alexander 2019-09-30 12:02:07 +07:00 committed by Alexander--
parent d2935d616c
commit 2f30802d29
2 changed files with 110 additions and 2 deletions

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
<org.schabi.newpipe.views.NewPipeRecyclerView
android:id="@+id/items_list"
android:layout_width="match_parent"
android:layout_height="match_parent"