Android圖案密碼解鎖庫:android-patternview
Android圖案密碼解鎖庫:android-patternview。
<com.eftimoff.patternview.PatternView xmlns:patternview="http://schemas.android.com/apk/res-auto" android:id="@+id/patternView" android:layout_width="250dp" android:layout_height="250dp" patternview:pathColor="@color/primary_dark_material_light" patternview:circleColor="@color/highlighted_text_material_light" patternview:gridSize="4"/>
Attributes
attr | default | mean | </tr> </tbody>|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
maxSize | 0 | Maximum size if WRAP_CONTENT is used. | </tr>|||||||||||||||||||||||||
circleColor | #FFFF0000 | Color of the selected cell circle. | </tr>|||||||||||||||||||||||||
gridSize | 3 | Size of the grid. Example 4 for 4x4. | </tr>|||||||||||||||||||||||||
pathColor | #FFFFFF | The color of the path that is following the pointer. | </tr> </tbody> </table>