RoundCorners:可以指定圆角的ViewGroupView(可带边框)。A ViewGroupView with rounded corners(and stroke) for Android

时间:2024-06-19 08:34:21
【文件属性】:

文件名称:RoundCorners:可以指定圆角的ViewGroupView(可带边框)。A ViewGroupView with rounded corners(and stroke) for Android

文件大小:333KB

文件格式:ZIP

更新时间:2024-06-19 08:34:21

Java

RoundCorners 祝大家2021年少一点泪水,多一些回报,努力的都能实现! 比较常用的ViewGroup和View的圆角实现,一发治好设计的圆角病。 效果预览 特点 LinearLayout、RelativeLayout、FrameLayout支持圆角 ImageView、TextView、View、Button支持圆角 CircleImageView(圆形图片) 支持边框(不遮挡图片) 可正常设置ripple(波纹不会突破边框) 使用 xml 或者 代码 进行配置,使用简单 ...... 基本用法 Step 1. 添加JitPack仓库 在项目根目录下的 build.gradle 中添加仓库: allprojects { repositories { ... maven { url "https://jitpack.io" } }


【文件预览】:
RoundCorners-master
----.gitignore(96B)
----app()
--------.gitignore(7B)
--------build.gradle(653B)
--------src()
--------proguard-rules.pro(751B)
----images()
--------04.png(13KB)
--------02.png(12KB)
--------07.png(28KB)
--------08.png(11KB)
--------06.png(8KB)
--------01.png(28KB)
--------09.png(12KB)
--------05.png(9KB)
--------03.png(8KB)
----settings.gradle(32B)
----build.gradle(649B)
----roundcorners()
--------.gitignore(7B)
--------build.gradle(606B)
--------src()
--------proguard-rules.pro(751B)
----gradlew(5KB)
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(1020B)
----gradle()
--------wrapper()

网友评论