PdfFocusRelativeLayout

Implements custom focus searching logic to make keyboard navigation in PdfActivity more intuitive.

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int, defStyleRes: Int)

Functions

Link copied to clipboard
open fun focusSearch(@NonNull focused: View, direction: Int): View