Replies: 1 comment
-
Bump 👋 No one has had any similar issues? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During migration from Xamarin to MAUI, I am in the process of switching from .png icons to .svg icons, I have run into an issue where my .axml pages (used for some custom Android handlers) used to reference in the views: android:src="@drawable/someResource" or even in code-behind where it is referenced through ResourceDesigner
However now, going to .svg, I would like to remove these resources and use the .svg instead. Is this possible, to somehow let MAUI generate the android drawable resources from "cross-platform" svg's?
Beta Was this translation helpful? Give feedback.
All reactions