【开源】android-patternview

android-patternview

使用说明:

1
2
3
4
5
6
7
8
<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"/>

属性

attrdefaultmean
maxSize 0 Maximum size if WRAP_CONTENT is used.
circleColor #FFFF0000 圆点颜色.
gridSize 3 格子数目.
pathColor #FFFFFF 链接点之间的线条颜色.

 

相关代码

  • GestureLock
  • GestureLock
  • InboxLayout

posted on 2015-04-20 10:28  wasdchenhao  阅读(125)  评论(0)    收藏  举报

导航