We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Because the show() delay 150ms.
Sorry, something went wrong.
No branches or pull requests
Maybe is bug.
I called
its stay show..
xml code :
any solution?
The text was updated successfully, but these errors were encountered: