Skip to content

Instantly share code, notes, and snippets.

View huhbxxd's full-sized avatar
👺

Andrey huhbxxd

👺
  • Russia
View GitHub Profile
@huhbxxd
huhbxxd / SwipeButton
Last active December 17, 2022 14:42
Swipe to menu item simple item touch helper
class SwipeButton private constructor(
private val context: Context,
private val title: String?,
@DimenRes private val textSize: Int?,
@ColorRes private val textColor: Int?,
@ColorRes private val backgroundColor: Int?,
@DrawableRes private val drawRes: Int?,
@DimenRes private val horizontalPadding: Int?,
private val clickListener: UnderlayButtonClickListener?
) {