Skip to content

Commit bd1fced

Browse files
author
wangyufei
committed
add new link for README
1 parent 0023e6b commit bd1fced

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
/captures
88
*.iml
99
.idea
10-
local.properties
10+
local.properties
11+
/intros/old

README-CHN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ACProgressLite
22

3-
[English Version]() / 中文版本
3+
<br/>[English Version](https://github.com/Cloudist/ACProgressLite/blob/master/README.md) / 中文版本
44

55
Android 加载控件库,简洁、易用、可定制性强。用于快速实现类似 iOS 的 “加载中” 等弹出框。
66
类似于 iOS 中的 [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
@@ -9,13 +9,13 @@ Android 加载控件库,简洁、易用、可定制性强。用于快速实现
99

1010
**最小支持 SDK 版本:** API 9 ( Android 2.3 )
1111

12-
![花瓣 不带文字]()
13-
![花瓣 带文字]()
14-
![圆饼]()
15-
![自定义]()
12+
![花瓣 不带文字](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_0.png)
13+
![花瓣 带文字](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_1.png)
14+
![圆饼](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_2.png)
15+
![自定义](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_3.png)
1616

1717

18-
[示例 APK 下载]()
18+
[示例 APK 下载](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/sample.apk)
1919

2020
## 当前版本
2121
* 1.2.1

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ACProgressLite
22

3-
<br/>English Version / [中文版本]()
3+
<br/>English Version / [中文版本](https://github.com/Cloudist/ACProgressLite/blob/master/README-CHN.md)
44

55
An Android loading widget library. Lite and easy to use, strong customizability. Can be used to implement 'iOS' like loading dialog efficiently.
66

@@ -10,13 +10,13 @@ Similar to iOS [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
1010

1111
**Minimum SDK Version:** API 9 ( Android 2.3 )
1212

13-
![Flower without text]()
14-
![Flower with text]()
15-
![Pie]()
16-
![Custom]()
13+
![Flower without text](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_0.png)
14+
![Flower with text](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_1.png)
15+
![Pie](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_2.png)
16+
![Custom](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_3.png)
1717

1818

19-
[Sample APK download]()
19+
[Sample APK download](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/sample.apk)
2020

2121
## Current Version
2222
* 1.2.1

0 commit comments

Comments
 (0)