Android代码-遮罩对比图效果组件

时间:2022-08-25 23:31:02
【文件属性】:

文件名称:Android代码-遮罩对比图效果组件

文件大小:1.74MB

文件格式:ZIP

更新时间:2022-08-25 23:31:02

Android代码

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


【文件预览】:
BifacialView-master
----gradlew(5KB)
----settings.gradle(27B)
----media()
--------bifacialview3.gif(399KB)
--------bifacialview1.gif(545KB)
--------bifacialview2.gif(503KB)
----library()
--------src()
--------.gitignore(7B)
--------build.gradle(438B)
--------proguard-rules.pro(937B)
----.idea()
--------kotlinc.xml(232B)
--------runConfigurations.xml(564B)
--------misc.xml(3KB)
--------compiler.xml(686B)
--------gradle.xml(810B)
--------modules.xml(474B)
--------copyright()
--------vcs.xml(180B)
----gradle()
--------wrapper()
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(776B)
----.gitignore(118B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(904B)
--------proguard-rules.pro(937B)
----build.gradle(798B)

网友评论