输入的特效

 
  1. dependencies {
  2.     compile 'com.alokvnair:patheffecttextview:1.0.1'
  3. }
     
  4. <com.alokvnair.patheffect.PathEffectTextView
  5.         android:id="@+id/path"
  6.         app:stroke_width="2"
  7.         app:text_color="#E91E63"
  8.         app:multiple="false"
  9.         android:layout_width="40dp"
  10.         android:layout_height="40dp"/>

猜你喜欢

转载自blog.csdn.net/zzf0521/article/details/81099875
今日推荐