Skip to content

Commit 47803d2

Browse files
committed
同步ViewPager 、Gallery 节点中英繁
1 parent 4e3788b commit 47803d2

File tree

3 files changed

+76
-8
lines changed

3 files changed

+76
-8
lines changed

English Version/README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,36 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.astuetz.viewpager.ex
289289
A custom ViewPager title strip which gives continuous feedback to the user when scrolling.This library has been added some features and utilities based on android-SlidingTabBasic project of Google Samples.
290290
Project Address: https://github.com/ogaclejapan/SmartTabLayout
291291
Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.smarttablayout.demo
292-
Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo1.gif)
292+
Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo1.gif)
293+
294+
1. ViewPager3D
295+
A ViewPager with 3D effect
296+
Project Address: https://github.com/inovex/ViewPager3D
297+
298+
1. AnimaTabsview
299+
A animation effect like 网易云音乐
300+
Project Address: https://github.com/wuyexiong/transparent-over-animtabsview
301+
Demo: http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html
302+
303+
1. LoopingViewPager
304+
A ViewPager which support loop scroll
305+
Project Address: https://github.com/imbryk/LoopingViewPager
306+
307+
1. android_page_curl
308+
Paging effect of iReader
309+
Project Address: https://github.com/harism/android_page_curl
310+
Demo App:iReader
311+
Demo: https://www.youtube.com/watch?v=iwu7P5PCpsw
312+
313+
1. ViewPagerIndicator
314+
A custom ViewPagerIndicator
315+
Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
316+
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
317+
318+
1. ScreenSlideIndicator
319+
Lightweight ViewPager Cycle Indicadtor
320+
Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
321+
Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
293322

294323
#### 5. GridView
295324
1. StaggeredGridView

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,12 @@ Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.dem
418418
项目地址:https://github.com/astuetz/PagerSlidingTabStrip
419419
Demo地址:https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample
420420

421+
1. SmartTabLayout
422+
自定义的Tab title strip,基于Google Samples中的android-SlidingTabBasic项目,滑动时Indicator可平滑过渡.
423+
项目地址:https://github.com/ogaclejapan/SmartTabLayout
424+
Demo地址:https://play.google.com/store/apps/details?id=com.ogaclejapan.smarttablayout.demo
425+
效果图:![Renderings](https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo1.gif)
426+
421427
1. ViewPager3D
422428
ViewPager3D效果
423429
项目地址:https://github.com/inovex/ViewPager3D

繁體中文版/README.md

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PS:這個被很多人使用的項目實際有不少bug,推薦使用上面的
3939
支持 `API LEVEL >= 8`
4040
項目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
4141
Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
42-
效果图
42+
效果圖
4343
<div>
4444
<img src='http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif' width="150px"/>
4545
<img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif' width="150px"/>
@@ -294,10 +294,43 @@ Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.dem
294294
項目地址:https://github.com/astuetz/PagerSlidingTabStrip
295295
Demo地址:https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample
296296

297-
1. ViewPager3D
298-
ViewPager3D效果
299-
項目地址:https://github.com/inovex/ViewPager3D
300-
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
297+
298+
1. SmartTabLayout
299+
自定義的Tab title strip,基於Google Samples中的android-SlidingTabBasic項目,滑動時Indicator可平滑過渡.
300+
項目地址:https://github.com/ogaclejapan/SmartTabLayout
301+
Demo地址:https://play.google.com/store/apps/details?id=com.ogaclejapan.smarttablayout.demo
302+
效果圖:![Renderings](https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo1.gif)
303+
304+
1. ViewPager3D效果
305+
項目地址:https://github.com/inovex/ViewPager3D
306+
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
307+
308+
309+
1. AnimaTabsview
310+
仿網易雲音樂標簽切換的動畫,帶透明小三角
311+
項目地址:https://github.com/wuyexiong/transparent-over-animtabsview
312+
在線演示:http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html
313+
314+
1. LoopingViewPager
315+
無限循環的ViewPager
316+
項目地址:https://github.com/imbryk/LoopingViewPager
317+
318+
1. android_page_curl
319+
翻書卷曲效果
320+
項目地址:https://github.com/harism/android_page_curl
321+
APP示例:iReader
322+
在線演示:https://www.youtube.com/watch?v=iwu7P5PCpsw
323+
324+
1. ViewPagerIndicator
325+
簡化並實現android的TabHost效果,頂部滑動tab,引導頁,支持自定義tab樣式,自定義滑動塊樣式和位置,自定義切換tab的過渡動畫,子界面的預加載和界面緩存,設置界面是否可滑動
326+
項目地址:https://github.com/LuckyJayce/ViewPagerIndicator
327+
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
328+
329+
1. ScreenSlideIndicator
330+
輕量級的圓形 Indicadtor,位置可以自由調整,不會對 ViewPager 產生任何影響。
331+
項目地址:[ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
332+
效果圖:
333+
![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
301334

302335
#### 五、GridView
303336
1. StaggeredGridView
@@ -339,7 +372,7 @@ Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-gri
339372
1. GridView with Header and Footer
340373
`ListView`一樣帶有頭部和底部,用法也一樣簡單
341374
項目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
342-
效果图![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
375+
效果圖![Screen Shot](https://raw.githubusercontent.com/liaohuqiu/android-GridViewWithHeaderAndFooter/master/screen-shot.png)
343376
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
344377

345378
#### 六、ImageView
@@ -817,7 +850,7 @@ Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.dem
817850
項目地址:https://github.com/etao-open-source/cube-sdk
818851
Demo地址:https://github.com/liaohuqiu/cube-sdk/raw/master/cube-sdk-sample.apk
819852
文檔介绍:http://cube-sdk.liaohuqiu.net/
820-
效果图![Screen Shot](https://raw.githubusercontent.com/etao-open-source/cube-sdk/dev/screen-shot.png)
853+
效果圖![Screen Shot](https://raw.githubusercontent.com/etao-open-source/cube-sdk/dev/screen-shot.png)
821854
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
822855

823856
#### 三、網絡相關

0 commit comments

Comments
 (0)