Why can't I use XML to display text? #17312
-
The content of the XML file is as follows.
|
Beta Was this translation helpful? Give feedback.
Answered by
bradencohen
Sep 13, 2023
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
public class MainActivity : MauiAppCompatActivity |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you register the renderer in your
MauiProgram
file? Also, you should consider using a handler if this is a new control, renderers are considered legacy.