BifacialView
Gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.pavel163:BifacialView:1.4.0'
}
How to use
To install the picture programmatically use:
bifacialView.setDrawableLeft(drawableLeft);
bifacialView.setDrawableRight(drawableRight);
You can use xml attributes to control the appearance of arrows
TouchMode
ALL - reacts to the touch in any part of view.
DELIMITER - reacts to a touch in the deli
1