Skip to content

How to add icon and text in same button #180

Closed
@ghost

Description

Hi,

I have updated the plugin and now i cant design a button with FA icon and text, i have this code:

    <com.beardedhen.androidbootstrap.BootstrapButton
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_margin="10dp"
        android:layout_gravity="right"
        android:onClick="aplicarSettings"
        bootstrap:bootstrapText="Save"
        bootstrap:bootstrapBrand="success"
        bootstrap:roundedCorners="true"
        bootstrap:fontAwesomeIcon="fa_save"/>

Only show the text, and if i delete the line bootstrap:bootstrapText="Save" only show the icon with the line android:text="Save"

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions