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

Important bug avi animations inside "ViewFlipper" #107

Open
abbasnaqdi opened this issue Feb 16, 2018 · 0 comments
Open

Important bug avi animations inside "ViewFlipper" #107

abbasnaqdi opened this issue Feb 16, 2018 · 0 comments

Comments

@abbasnaqdi
Copy link

Unfortunately, the animations in this library do not work in ViewFlipper.
After adding avi to ViewFlipper, I noticed that in debug mode and in run mode, avi does not work and avi does not have animation .

my code :

    <ViewFlipper
        android:id="@+id/flip_doc"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <com.wang.avi.AVLoadingIndicatorView
            android:id="@+id/avi"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            app:indicatorColor="?colorAccent"
            app:indicatorName="LineScalePulseOutRapidIndicator" />

        <include layout="@layout/global_lay_empty" />

        <android.support.v7.widget.RecyclerView
            android:id="@+id/recyclerDoc"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical"
            app:layoutManager="android.support.v7.widget.LinearLayoutManager"
            app:stackFromEnd="true" />
    </ViewFlipper>

Please fix this problem or bug. Thanks.

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

1 participant