Skip to content
New issue

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

call show and hide in row #55

Open
marko995 opened this issue Sep 20, 2018 · 1 comment
Open

call show and hide in row #55

marko995 opened this issue Sep 20, 2018 · 1 comment

Comments

@marko995
Copy link

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?

@Tougee
Copy link

Tougee commented Feb 18, 2020

Because the show() delay 150ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants