drozdzynski / Steppers

Steppers view library for Android, based on Google Material design guidelines
767 stars 106 forks source link

Color options #12

Open PranjalDesai opened 8 years ago

PranjalDesai commented 8 years ago

Is there a way to change the color of the buttons. It shows up as neon green for me, I would like it to be the accent color of the app.

Thanks

drozdzynski commented 8 years ago

Buttons by default get color from accent color.

PranjalDesai commented 8 years ago

Not for me. My accent color is a pink color but instead i'm getting a teal color. am I missing anything?

drozdzynski commented 8 years ago

Did you use appcompat theme?

PranjalDesai commented 8 years ago

Yes that's what I used

drozdzynski commented 8 years ago

I use it in layout with a button "@style/Widget.AppCompat.Button.Colored" so it should get color from your app theme, but if it not works, I can try to add option "setColor" which will change circle step color and button color or setPositiveButtonColor which will change only button color. Is it good solution for you?

PranjalDesai commented 8 years ago

yeah that would be great!!bitmoji

Abhi-Kathiriya commented 1 year ago

Can anyone provide a source code of how to change button and circle color. I don't know how to change color