You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2023. It is now read-only.
Mohammad Mahdi Nouri edited this page Apr 5, 2017
·
1 revision
CheckBox PLUS - DEPRECATED
<phelat.CheckBox.Plus
android:layout_width="match_parent"android:layout_height="wrap_content"android:text="Hello World!"android:textSize="19sp"app:font="Your font in assets folder"/>
also you can use this widget in your java class
phelat.CheckBox.PluscheckBoxPlus = (phelat.CheckBox.Plus) findViewById(R.id.yourCheckBoxPlus);
checkBoxPlus.setFont("Font name in assets folder");