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 28fb864ed0
commit 79c962fc88
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"