Skip to content

Commit 38208db

Browse files
committed
Merge pull request #106 from DreaminginCodeZH/patch-1
Add PatternLock library
2 parents 840f275 + 7489a46 commit 38208db

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

English Version/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,12 @@ Project Address: https://code.google.com/p/android-lockpattern/
614614
Demo Apk: https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
615615
Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
616616

617+
1. PatternLock
618+
Yet another pattern lock library for Android
619+
Project Address:https://github.com/DreaminginCodeZH/PatternLock
620+
Demo Apk:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
621+
Renderings:![Renderings](https://github.com/DreaminginCodeZH/PatternLock/raw/master/image/sample_small.png)
622+
617623
1. RangeBar
618624
Android widget for selecting a range of values. It provides for the selection of a range of values rather than a single value.
619625
Project Address: https://github.com/edmodo/range-bar

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,13 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
10811081
文档介绍:https://code.google.com/p/android-lockpattern/wiki/QuickUse
10821082
APP示例:Android开机的图案密码解锁,支付宝的密码解锁
10831083

1084+
1. PatternLock
1085+
另一个 Android 图案解锁库
1086+
项目地址:https://github.com/DreaminginCodeZH/PatternLock
1087+
Demo 地址:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
1088+
效果图:![Renderings](https://github.com/DreaminginCodeZH/PatternLock/raw/master/image/sample_small.png)
1089+
APP示例:Android开机的图案密码解锁,支付宝的密码解锁
1090+
10841091
1. RangeBar
10851092
类似于SeekBar,不同的是可以选择一个范围内的值而不是单个值
10861093
项目地址:https://github.com/edmodo/range-bar

繁體中文版/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,13 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
719719
使用介紹:https://code.google.com/p/android-lockpattern/wiki/QuickUse
720720
示例APP:Android開機的圖案密碼解鎖,支付寶的密碼解鎖
721721

722+
1. PatternLock
723+
另一個 Android 圖案解鎖庫
724+
項目地址:https://github.com/DreaminginCodeZH/PatternLock
725+
Demo地址:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
726+
效果圖:![Renderings](https://github.com/DreaminginCodeZH/PatternLock/raw/master/image/sample_small.png)
727+
示例APP:Android開機的圖案密碼解鎖,支付寶的密碼解鎖
728+
722729
1. RangeBar
723730
類似于SeekBar,不同的是可以選擇一個範圍內的值而不是單個值
724731
項目地址:https://github.com/edmodo/range-bar

0 commit comments

Comments
 (0)