diff --git a/README.md b/README.md
index 8eb83a4..a29b5e9 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ Name | License | Demo
[Pull-to-Refresh.Tours](https://github.com/Yalantis/Taurus) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[InboxLayout](https://github.com/zhaozhentao/InboxLayout) | UnKnown |
[SwipeBack](https://github.com/liuguangqiang/SwipeBack) | UnKnown |
+[ArcLayout](https://github.com/ogaclejapan/ArcLayout) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
Button
======================
@@ -124,6 +125,7 @@ Name | License | Demo
[Android-ParallaxHeaderViewPager](https://github.com/kmshack/Android-ParallaxHeaderViewPager) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[freepager](https://github.com/alexzaitsev/freepager) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[SpringIndicator](https://github.com/chenupt/SpringIndicator) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
+[SmartTabLayout](https://github.com/ogaclejapan/SmartTabLayout) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
Label / Form
======================
diff --git a/art/arclayout1.gif b/art/arclayout1.gif
new file mode 100755
index 0000000..b4127c8
Binary files /dev/null and b/art/arclayout1.gif differ
diff --git a/art/smarttablayout.gif b/art/smarttablayout.gif
new file mode 100755
index 0000000..acbb656
Binary files /dev/null and b/art/smarttablayout.gif differ
diff --git a/art/waitingdots.gif b/art/waitingdots.gif
new file mode 100644
index 0000000..01cb264
Binary files /dev/null and b/art/waitingdots.gif differ
diff --git a/pages/Layout.md b/pages/Layout.md
index 9620d22..00c7e60 100644
--- a/pages/Layout.md
+++ b/pages/Layout.md
@@ -20,3 +20,4 @@ Name | License | Demo
[Pull-to-Refresh.Tours](https://github.com/Yalantis/Taurus) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[InboxLayout](https://github.com/zhaozhentao/InboxLayout) | UnKnown |
[SwipeBack](https://github.com/liuguangqiang/SwipeBack) | UnKnown |
+[ArcLayout](https://github.com/ogaclejapan/ArcLayout) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
diff --git a/pages/Progress.md b/pages/Progress.md
index 8339aed..a918f30 100644
--- a/pages/Progress.md
+++ b/pages/Progress.md
@@ -8,3 +8,4 @@ Name | License | Demo
[android-square-progressbar](https://github.com/mrwonderman/android-square-progressbar) | UnKnown |
[GoogleProgressBar](https://github.com/jpardogo/GoogleProgressBar) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[Android-RoundCornerProgressBar](https://github.com/akexorcist/Android-RoundCornerProgressBar) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
+[WaitingDots](https://github.com/tajchert/WaitingDots) | [MIT](http://opensource.org/licenses/MIT) | 
diff --git a/pages/ViewPager.md b/pages/ViewPager.md
index 20d059b..cebf0c5 100644
--- a/pages/ViewPager.md
+++ b/pages/ViewPager.md
@@ -9,3 +9,4 @@ Name | License | Demo
[Android-ParallaxHeaderViewPager](https://github.com/kmshack/Android-ParallaxHeaderViewPager) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[freepager](https://github.com/alexzaitsev/freepager) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
[SpringIndicator](https://github.com/chenupt/SpringIndicator) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |
+[SmartTabLayout](https://github.com/ogaclejapan/SmartTabLayout) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |