FABProgressCircle
FABProgressCircle copied to clipboard
call show and hide in row
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?
Because the show() delay 150ms.