Skip to content

Commit 5c22ff6

Browse files
committed
v1.1.1
1 parent dfd1a82 commit 5c22ff6

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed
0 Bytes
Binary file not shown.

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
```
66
compile 'com.github.SiberiaDante:CustomDialog:v1.0.2'
77
```
8-
## 推荐
9-
#### [博客园:http://www.cnblogs.com/shen-hua/]
10-
#### [TitleLayout——一个轻松实现标题栏的]
11-
#### [Android开发必备经典收藏集(整理中)]
12-
#### [Android开发常备工具整理中]
8+
![1](/images/1.png)
9+
![2](/images/2.png)
10+
![3](/images/3.png)
11+
![4](/images/4.png)
12+
![5](/images/5.png)
13+
![6](/images/6.png)
14+
![7](/images/7.png)
15+
![8](/images/8.png)
16+
![9](/images/9.png)
17+
18+
#### [我的博客园](http://www.cnblogs.com/shen-hua/)
19+
#### [我的AndroidUtilLib](https://github.com/SiberiaDante/AndroidUtilLib)
1320

14-
[博客园:http://www.cnblogs.com/shen-hua/]:http://www.cnblogs.com/shen-hua/
15-
[TitleLayout——一个轻松实现标题栏的]:http://www.jianshu.com/p/3d0430901848
16-
[ToastUtil——Toast多功能使用的封装]:https://github.com/SiberiaDante/ToastUtils
17-
[Android开发必备经典收藏集(整理中)]:http://www.jianshu.com/p/a49081da249a
18-
[Android开发常备工具整理中]:https://github.com/SiberiaDante/SiberiaDanteLib
1921

2022
## 说明
2123
### [CustomDialog]
@@ -184,6 +186,8 @@ Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.
184186
```
185187
解决方法:COMPILE_SDK_VERSION>=26
186188
### 版本更新说明:
189+
* v1.0.3:
190+
* BottomPopupWindow支持Item颜色、字体大小设置;支持底部取消按钮隐藏;支持Item超过7条时滚动显示或者全部显示
187191
* v1.0.2:
188192
* CustomDialog 增加支持动态设置View属性
189193

customdialoglib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 14
1010
targetSdkVersion 26
11-
versionCode 2
12-
versionName "1.1"
11+
versionCode 3
12+
versionName "1.1.1"
1313

1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515

0 commit comments

Comments
 (0)