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

How to change the dots colour? #3

Open
achinverma opened this issue Feb 2, 2016 · 1 comment
Open

How to change the dots colour? #3

achinverma opened this issue Feb 2, 2016 · 1 comment

Comments

@achinverma
Copy link

hi, i am using your library , we can change
lockview:CORRECT_COLOR="#00ff00"
lockview:LOCK_COLOR="#fff"
lockview:WRONG_COLOR="#ff0000"

but it it possible to change the dots colour ?

@Hitexroid
Copy link

Hitexroid commented Oct 17, 2016

add these code to MaterialLockView.java

public void setRegularColor(int Color) { mRegularColor = Color; }

public int getRegularColor() { return mRegularColor; }

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