Answers for "How to use Fontawsome on Android"

0

How to use Fontawsome on Android

dependencies {
// font awesome
implementation 'info.androidhive:fontawesome:0.0.5'
}
@Zenonymous
Posted by: Guest on July-22-2021
0

How to use Fontawsome on Android

<info.androidhive.fontawesome.FontTextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/fa_calendar_check_solid"
            android:textColor="@color/icon_color"
            android:textSize="@dimen/icon_size"
            app:solid_icon="true" />
@Zenonymous
Posted by: Guest on July-22-2021

Browse Popular Code Answers by Language