Skip to content

Commit

Permalink
add new link for README
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyufei committed Jun 29, 2015
1 parent 0023e6b commit bd1fced
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/captures
*.iml
.idea
local.properties
local.properties
/intros/old
12 changes: 6 additions & 6 deletions README-CHN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ACProgressLite

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

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

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

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


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

## 当前版本
* 1.2.1
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ACProgressLite

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

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

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

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

![Flower without text]()
![Flower with text]()
![Pie]()
![Custom]()
![Flower without text](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_0.png)
![Flower with text](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_1.png)
![Pie](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_2.png)
![Custom](https://raw.githubusercontent.com/Cloudist/ACProgressLite/master/intros/screenshot_3.png)


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

## Current Version
* 1.2.1
Expand Down

0 comments on commit bd1fced

Please sign in to comment.