Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

PlusEditText

Mohammad Mahdi Nouri edited this page Apr 5, 2017 · 1 revision

Plus EditText

    <phelat.widget.PlusEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="Hello World!"
        app:font="Your font in assets folder"/>

also you can use this widget in your java class

PlusEditText plusEditText = (PlusEditText) findViewById(R.id.yourPlusEditText);
plusEditText.setFont("Font name in assets folder");
Clone this wiki locally