{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

Android图像处理后左右对比

BifacialView

 

毕业

 
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
 
dependencies {
    compile 'com.github.pavel163:BifacialView:1.1.1'
}

如何使用

 
<com.ebr163.bifacialview.view.BifacialView
    android:layout_width="match_parent"
    android:layout_height="226dp"
    app:drawableLeft="@drawable/left"
    app:drawableRight="@drawable/right"
    app:arrowVisibility="true"
    app:leftText="before"
    app:rightText="after"
    app:textSize="20sp"
    app:delimiterColor="@android:color/white"
    app:arrowColor="@android:color/holo_orange_light"
    app:textColor="@android:color/holo_orange_light" />

要以编程方式安装图片,请使用:

 bifacialView.setDrawableLeft(drawableLeft);
    bifacialView.setDrawableRight(drawableRight);


资源均来自第三方,谨慎下载,前往第三方网站下载


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Android图像处理后左右对比
喜欢 ()分享 (0)