From 5d3e67d015a7df00178266976fa29710a62b59f9 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Sun, 14 Feb 2021 18:42:20 +0900 Subject: [PATCH] Fix SimpleSwipeLayout styleable id --- .../github/chantsune/swipetoaction/views/SimpleSwipeLayout.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swipe-to-action/src/main/java/com/github/chantsune/swipetoaction/views/SimpleSwipeLayout.kt b/swipe-to-action/src/main/java/com/github/chantsune/swipetoaction/views/SimpleSwipeLayout.kt index 1be1f0c..8988f3e 100644 --- a/swipe-to-action/src/main/java/com/github/chantsune/swipetoaction/views/SimpleSwipeLayout.kt +++ b/swipe-to-action/src/main/java/com/github/chantsune/swipetoaction/views/SimpleSwipeLayout.kt @@ -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 =