Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Fix margin between top and bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal2362 committed Dec 22, 2023
1 parent 13117ed commit 37d197d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class ShortcutsRecyclerView(private val ctx: Context, attrs: AttributeSet?) :
outRect.apply {
if (parent.getChildAdapterPosition(view) < 0) {
left = itemMargin
top = itemMargin
}

top = itemMargin

right = itemMargin
bottom = itemMargin
}
Expand Down

0 comments on commit 37d197d

Please sign in to comment.