BeforeAfterView
Before After animation library write in Kotlin.

Setup
Gradle
Layout
Attributes
Attribute | Description |
---|---|
bgColor |
The color in int of the background color (by default @android:color/black) |
sliderTintColor |
The color int of the slider tint color (by default @android:color/white) |
sliderIconTint |
The size in int of the slider icon color (by default @android:color/white) |
afterSrc |
The resource in int of the imageview src |
beforeSrc |
The resource in int of the imageview src |
imageHeightPercent |
The height percent of the imageView (by default 0.55f) |
sliderWidthPercent |
The width percent of the sliderView (by default 0.65f) |