I’m trying to make a custom text view that has the font set from a given path. Please provide me any example and how I can make that with less code:
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/accountInfoText"
android:textColor="#727272"
android:textSize="18dp" />
and in xml: