-
Notifications
You must be signed in to change notification settings - Fork 52
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
indicator didn't show! #12
Comments
There is no errors in your snippet so I think that the problem is in your parent ViewGroup ... make sure to set constrains to indicator if you use ConstraintLayout or RelativeLayout and also make sure that's the orientation is vertical if you use LinearLayout. |
I am sure that everything is ok, actually, when I put a dummy data it showed but when I changed it to show from API it disappears! |
fixed in v1.0.1 |
omtodkar
pushed a commit
to omtodkar/CardSlider
that referenced
this issue
Nov 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you for your nice lib, but I am having a problem that is indicator didn't show.
here is my snippet code.
i think there is nothing to do in java code, right?
The text was updated successfully, but these errors were encountered: