geftimov / android-pathview

Android view with both path from constructed path or from svg.
Apache License 2.0
2.91k stars 513 forks source link

help me! why ? #8

Closed tosslife closed 9 years ago

tosslife commented 9 years ago

dependencies{ compile 'com.eftimoff:android-pathview:1.0.6@aar' }

<com.eftimoff.androipathview.PathView
    android:id="@+id/pathView"
    android:layout_width="150dp"
    android:layout_height="150dp"
    app:pathColor="@android:color/white"
    app:pathWidth="10"
    app:svg="@raw/settings"/>

in activity xml , running but no find

geftimov commented 9 years ago

@tosslife Did you find the library?

tosslife commented 9 years ago

sorry,it is my problem , Download your library and simple demo,but i user this lib to draw svg , not perfect,need your help if no busy。 can you have a talk by email?

geftimov commented 9 years ago

ok not a problem, please write me an email (see it in my profile)

tosslife commented 9 years ago

i send email by bian.xiaodong@zuimeia.com

THEONE10211024 commented 9 years ago

Did you solve the problem ? I have the similar problem