delete staples
This commit is contained in:
parent
c9678f8080
commit
ad29d57377
|
|
@ -58,7 +58,7 @@ abstract class DividerItemDecoration(
|
|||
divider.setBounds(
|
||||
bounds.left + startMargin,
|
||||
top,
|
||||
bounds.right - (endMargin.toFloat().px).toInt(),
|
||||
bounds.right - endMargin.toFloat().px.toInt(),
|
||||
bottom
|
||||
)
|
||||
divider.draw(canvas)
|
||||
|
|
|
|||
Loading…
Reference in New Issue