Skip to content

Commit

Permalink
Upload version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pokercc committed Nov 6, 2020
1 parent f2faa4a commit 72c18a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BoxShadowLayout [中文](./README_ZN.md)
BoxShadowLayout like box-shadow in web and enable set radius like cardView in android. Shadow outside of View bounds.

Support Version >= Android 21
## Shadow Properties
attr|method|css properties|desc
--|--|--|--
Expand Down
2 changes: 1 addition & 1 deletion README_ZN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BoxShadowLayout
实现了类似css3中的box-shadow 属性,并且支持裁减圆角像CardView一样。阴影不占据View的空间。以实现类似ios的阴影效果

支持安卓系统版本大于Android 21
## Shadow Properties
xml 属性|方法|对应的css中box-shadow属性|描述
--|--|--|--
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ BintrayEmail=pokercc@sina.com
GIT_URL=https://github.com/pokercc/BoxShadowLayout.git
CODE_URL=https://github.com/pokercc/BoxShadowLayout
MAVEN_GROUP=pokercc.android.boxshadow
MAVEN_VERSION=0.1.0
MAVEN_VERSION=0.1.1
MAVEN_RPOJECT=boxshadow

0 comments on commit 72c18a2

Please sign in to comment.