Skip to content

xooder/DrawableTextView

 
 

Repository files navigation

DrawableTextView

Android 支持文字使用Drawable填充的TextView

使用方法:

 <com.example.cc.drawabletextview.DrawableTextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Hello World!"
        android:textSize="64sp"
        android:textStyle="bold"
        app:textDrawable="自定义填充文字的Drawable" />

截图

About

Android 支持文字使用Drawable填充的TextView

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%