FABProgressCircle icon indicating copy to clipboard operation
FABProgressCircle copied to clipboard

call show and hide in row

Open marko995 opened this issue 6 years ago • 1 comments

Maybe is bug. I called

fabProgressCircle.show();
fabProgressCircle.hide();

its stay show.. xml code :

<com.github.jorgecastilloprz.FABProgressCircle
        android:id="@+id/fabProgressCircle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="end|bottom">

        <android.support.design.widget.FloatingActionButton
            android:id="@+id/fab"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_margin="16dp"
            android:tint="@android:color/white"
            app:reusable="true"
            app:srcCompat="@drawable/ic_arrow_forward_black_24dp" />

</com.github.jorgecastilloprz.FABProgressCircle>

any solution?

marko995 avatar Sep 20 '18 15:09 marko995

Because the show() delay 150ms.

Tougee avatar Feb 18 '20 03:02 Tougee