文件名称:SeparatorView-适用于Android的分割线View。.zip
文件大小:64KB
文件格式:ZIP
更新时间:2022-10-13 11:56:06
开源项目
用于在任意两个view间添加分割线属性attributevaluedocumentationdefault valueapp:lineStyle[solid, dashed, dotted]defines how the line should appear.solidapp:lineColor[color]defines the color of the line.blackapp:dashWidth[dimension]defines the width of the dashes.15pxapp:dashGap[dimension]defines the width of the gaps between the dashes.10pxapp:orientation[horizontal,vertical]defines whether the line should appear vertically or horizontally.Add it in your root build.gradle at the end of repositories:allprojects { repositories { ... maven { url 'https://jitpack.io' } } }Add the dependency:dependencies { implementation 'com.github.mhashim6:SeparatorView:1.1'}
【文件预览】:
SeparatorView-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(727B)
----library()
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----LICENSE(1KB)
----gradle()
--------wrapper()
----.gitignore(176B)
----README.md(2KB)
----settings.gradle(27B)
----build.gradle(644B)