Skip to content

Instantly share code, notes, and snippets.

@GRizzi91
Created August 1, 2021 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GRizzi91/b82cbdd8b7ca5af099ea8ae292e570d3 to your computer and use it in GitHub Desktop.
Save GRizzi91/b82cbdd8b7ca5af099ea8ae292e570d3 to your computer and use it in GitHub Desktop.
ExpandableStackView
class ExpandableStackView @JvmOverloads constructor(
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
) : MotionLayout(context, attrs, defStyleAttr) {
fun setAdapter(adapter: BaseAdapter) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment