StackView icon indicating copy to clipboard operation
StackView copied to clipboard

A view that arranges its children in the form of a stack

StackView

A view that arranges its children in the form of a stack.

Available from API 16.

How to use

  • Add the following to your build.gradle:
dependencies {
  implementation 'com.github.rubensousa:stackview:1.0.1'
}