Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui.utils.ui
/
AndroidUiUtils
/
SimpleDividerItemDecoration
Simple
Divider
Item
Decoration
open
class
SimpleDividerItemDecoration
:
RecyclerView.ItemDecoration
Members
Constructors
Simple
Divider
Item
Decoration
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
get
Item
Offsets
Link copied to clipboard
open
fun
getItemOffsets
(
outRect
:
Rect
,
itemPosition
:
Int
,
parent
:
RecyclerView
)
on
Draw
Link copied to clipboard
open
fun
onDraw
(
c
:
Canvas
,
parent
:
RecyclerView
,
state
:
RecyclerView.State
)
on
Draw
Over
Link copied to clipboard
open
fun
onDrawOver
(
@
NonNull
c
:
Canvas
,
parent
:
RecyclerView
,
@
NonNull
state
:
RecyclerView.State
)