-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add gradient background option attribute #11
Comments
Is it going to be like a random gradient colour for the bar or like is it upon the choice of the user? #GSSOC20 |
@Sourish-Mukherjee Currently a solid random colour is being generated and applied to the bar, you need to put a flag attribute first, which determines whether a solid or a gradient background will be applied. In the gradient option, you need to alter the code in such a way that two very close yet distinct random colours are generated and a gradient drawable made out of them is set as the background of the bars. |
i want to work on this |
@krharsh17 this flag attribute, few clarifications required : 1 - Will the flag attribute be set through any button, like for suppose seekbar? If enabled, then bar will change from solid color to gradient. |
Can we work on this ? |
I also want to work on this |
Yes there has to be an xml attribute as well as a java setter for it
Yes
no two bars should have nearly the same color |
@Sourish-Mukherjee since you were the first claimant, are you willing to work on this? |
I can work on this if he doesn't want to !! |
I won't be able to due to unavailability of laptop |
I would love to work if @Sourish-Mukherjee is unable to work |
I'll assign this to @rasacharjee . @LuGO0 You already have an issue assigned to you |
Add an attribute and a field in the BarView class to generate and put gradient backgrounds for bars
The text was updated successfully, but these errors were encountered: