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

1、Make spinner_popup_background supports drawable files #96

Merged
merged 1 commit into from
May 3, 2022
Merged

1、Make spinner_popup_background supports drawable files #96

merged 1 commit into from
May 3, 2022

Conversation

wxw-9527
Copy link
Contributor

Guidelines

Make spinner_popup_background supports drawable files

Types of changes

What types of changes does your code introduce?

  • New feature (non-breaking change which adds functionality)

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

@wxw-9527 wxw-9527 requested a review from skydoves as a code owner April 29, 2022 02:33
Copy link
Owner

@skydoves skydoves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @wxw-9527,
Overall looks good to me :)
But how do you think about supporting spinner_popup_background_color as well? We can support background color and drawable together and prioritize the background between them.

I think it would be much better if we could support the background color with the prioritization below:

  1. background drawable
  2. background color
  3. nothing

Feel free to leave your thoughts about this, thank you!

@wxw-9527
Copy link
Contributor Author

My English is not very good. I don't know if you understand what I think.
I think spinner_popup_background should support drawable and color like the background attribute of textview, not just color.

@wxw-9527
Copy link
Contributor Author

Sorry, I forgot to say thank you.

@wxw-9527
Copy link
Contributor Author

fixed #82

@skydoves skydoves merged commit 7c7ccf1 into skydoves:master May 3, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants