PlusTextView - PHELAT/TextViewPlus GitHub Wiki
Plus TextView
<phelat.widget.PlusTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Hello World!"
android:gravity="center"
android:textSize="50sp"
app:font="Your font in assets folder"/>
also you can use this widget in your java class
PlusTextView plusTextView = (PlusTextView) findViewById(R.id.yourPlusTextView);
plusTextView.setFont("Font name in assets folder");