Skip to content

Commit

Permalink
Adding sample apk for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevalpatel2106 committed Apr 26, 2017
1 parent d1ccff1 commit 887ba55
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,23 @@ This library provide easy and secure PIN authentication view, which
## Pattern based authentication:
- ### Add `PatternView` in your layout file.
```xml
<com.kevalpatel.passcodeview.PatternView
android:id="@+id/pattern_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/imageView"
app:dividerColor="@color/colorPrimaryDark"
app:fingerprintDefaultText="Scan your finger to unlock application"
app:fingerprintEnable="true"
app:fingerprintTextColor="@color/colorAccent"
app:fingerprintTextSize="@dimen/finger_print_text_size"
app:giveTactileFeedback="true"
app:patternLineColor="@color/colorAccent"
app:titleTextColor="@android:color/white"/>
```
- ### Set the number of rows and columns of the pattern in your activity/fragment.
```java
@Override
Expand Down
Binary file modified resource/sample.apk
Binary file not shown.

0 comments on commit 887ba55

Please sign in to comment.