-
Notifications
You must be signed in to change notification settings - Fork 730
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
Refactored Drawable helper to Uno project #1308
Refactored Drawable helper to Uno project #1308
Conversation
|
@davidjohnoliver done 👍 |
/azp run |
Fixed the problems, now should build ok |
/azp run |
Like magic, it works! |
@ghuntley Seems the build doesn't start 🤔 |
It will now, I missed an option. Can you retry ? |
/azp run |
Not sure |
…ikmund/Uno into dev/mazi/drawable-helper
Oh there it is 😃 ! Thank you both! |
Co-Authored-By: David Oliver <david.john.oliver@gmail.com>
GitHub Issue (If applicable): #1306
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Drawable helper is available through
ImageSource.Android
in Uno.UI.What is the new behavior?
A dedicated
DrawableHelper
was added toUno
project so that drawables can be retrieved from there as well (required forJumpListItem
icons in #1306)PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.