sparrow007 / CarouselRecyclerview

Carousel Recyclerview let's you create carousel layout with the power of recyclerview by creating custom layout manager.
Apache License 2.0
634 stars 78 forks source link

Non Touch devices #43

Open techker opened 1 year ago

techker commented 1 year ago

Is there a way to make the first item focus on Android Tv we use D-Pad..

android:focusableInTouchMode="true" android:focusable="true" android:focusedByDefault="true" android:nextFocusDown="@id/includeRow2"

Does not work