FloatingActionButtonPlus icon indicating copy to clipboard operation
FloatingActionButtonPlus copied to clipboard

how to add padding in between them

Open e4basil opened this issue 9 years ago • 1 comments

<com.lzp.floatingactionbuttonplus.FabTagLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:tagText="Search this page"
    >

    <android.support.design.widget.FloatingActionButton
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@mipmap/ic_search_white_48dp"
        app:backgroundTint="#4284E4"
        app:fabSize="mini" />
</com.lzp.floatingactionbuttonplus.FabTagLayout>

how to put some padding in between here ?

e4basil avatar Feb 24 '16 07:02 e4basil

There is no way to,the is absolute.

liuzipengWally avatar Apr 19 '16 03:04 liuzipengWally