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
feat: tab view android icon rendering mode #9605
feat: tab view android icon rendering mode #9605
Conversation
|
@triniwiz Could you give this a review when you get a chance? |
ec4d9cf
to
1900995
Compare
|
LGTM ... thinking this should go into .2 , what you think @NathanWalker @rigor789 |
|
Great work @wSedlacek thank you - Yes we'll queue this one for 8.2. |
|
Awesome! I converted to draft so we don't accidentally merge it before we start merging 8.2 stuff. |
387dc26
to
1fcf5db
Compare
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: wSedlacek.
|
874b872
into
NativeScript:release/8.2.0
Co-authored-by: wSedlacek <wsedlacekc@gmail.com>
Co-authored-by: wSedlacek <wsedlacekc@gmail.com>
PR Checklist
What is the current behavior?
On Android, the TabView always renders icons without any tinting.
This is similar to the
alwaysOriginaloption of theiosIconRenderingModeon iOSWhat is the new behavior?
There is a new option,
androidIconRenderingModewhich providesalwaysOriginal(default) andalwaysTemplateoptions.These options behave similar to iOS, however the default on Android is
alwaysOriginalwhere as iOS defaults toautomaticwhich prefers templates.Screen.Recording.2021-10-09.at.8.42.01.AM.mov