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

Android: Indicators become boxes after going to next page #154

Open
mauricemarkvoort opened this issue Apr 5, 2018 · 0 comments
Open

Android: Indicators become boxes after going to next page #154

mauricemarkvoort opened this issue Apr 5, 2018 · 0 comments

Comments

@mauricemarkvoort
Copy link

I have an app that has a Walkthrough after a user logs in.

The Walkthrough is created using the Xamarin.forms.CarouselView 2.3.0-pre2 package. I want to add some indicators at the bottom to show the user on what page they are. So for example, if there are three pages, there are try circles at the bottom and the first one has a different background than they other ones. After going to the next page, by swiping or pressing a button, the second circle should have a different background.

For the indicators (circles) I use the Xam.Plugins.Forms.RoundedBoxView plugin. But after swiping or pressing the button the first two circles become boxes (see gif below). This only happens in Android, iOS is fine.

androidexample

I have a custom component for the indicators where I can bind the number of dots, position and background. The indicators change by changing the position.

It does work when I don't set a color every time and just use the default color. Then I only set the opacity of the circles. So it is still noticeable for the user. But this shouldn't happen, is this because of the plugin or am I doing something wrong?

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