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

The current indicator icon is on the top of indicators, I see the code, maybe your curDot style should replace margin with marginLeft and marginRight. #176

Open
onlybenyang opened this issue Nov 27, 2017 · 1 comment

Comments

@onlybenyang
Copy link

No description provided.

@webbin
Copy link

webbin commented Mar 28, 2018

Thanks you my friend! I change the curDot style in the file DefaultViewPageIndicator ,and the current indicator icon will not be on the top of indicators.Just like this:

curDot: {
    position: 'absolute',
    width: DOT_SIZE,
    height: DOT_SIZE,
    borderRadius: DOT_SIZE / 2,
    backgroundColor: '#80ACD0',
    margin:DOT_SPACE,  =====> marginHorizontal: DOT_SAPCE,
    bottom: 0,
  },

It solves my problem.

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