jineshfrancs / ShapedTextView

Custom implementation of TextView to wrap the text into some shape.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShapedTextView

Custom implementation of TextView to wrap the text into some shape.

Add this in your Layout

      <test.jinesh.shapedtextview.ShapedTextView
        android:layout_width="wrap_content"
        android:layout_marginTop="20dp"
        android:layout_height="wrap_content"
        android:text="@string/lorem" />

About

Custom implementation of TextView to wrap the text into some shape.


Languages

Language:Java 100.0%