Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# CSLayout

>1.一个支持所有View圆角的库 当然不仅仅是圆角 同时支持单独配置四个角圆角大小 四边阴影颜色及长度四边剪切长度
Expand Down Expand Up @@ -99,6 +101,9 @@
<attr name="cs_corner_bottom_left" format="integer|dimension" />
<attr name="cs_corner_bottom_right" format="integer|dimension" />

<!-- 是否剪裁 Layout 的背景 -->
<attr name="cs_clip_background" format="boolean" />

<!-- 阴影-->
<attr name="cs_shadow_size" format="integer|dimension" /> //阴影长度
<attr name="cs_shadow_color" format="color" /> //阴影颜色
Expand Down Expand Up @@ -133,5 +138,4 @@
cs_clip_right >= cs_shadow_size_right
cs_clip_bottom >= cs_shadow_size_bottom

# [LICENSE](/LICENSE)

# [LICENSE](/LICENSE)