Skip to content

Commit

Permalink
Fix SimpleSwipeLayout styleable id
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Feb 14, 2021
1 parent 9c2ad46 commit 5d3e67d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ open class SimpleSwipeLayout(c: Context, attrs: AttributeSet? = null) : SwipeLay
array.getResourceId(R.styleable.SimpleSwipeLayout_layout_swipeContentLayout, NO_ID)
itemWidth =
array.getDimensionPixelSize(
R.styleable.SimpleSwipeLayout_layout_swipeAutoHideSwipe,
R.styleable.SimpleSwipeLayout_layout_swipeSwipeItemWidth,
100
)
canFullSwipeRightToLeft =
Expand Down

0 comments on commit 5d3e67d

Please sign in to comment.