BottomSheetDragHandleView

A drag handle view that can be added to bottom sheets associated with . This view will automatically handle the accessibility interaction when the accessibility service is enabled. When you add a drag handle to a bottom sheet and the user enables the accessibility service, the drag handle will become important for accessibility and clickable. Clicking the drag handle will toggle the bottom sheet between its collapsed and expanded states.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int)

Functions

Link copied to clipboard