Posts by Murilo Viviani • 26 points
1 post
-
1
votes2
answers403
viewsA: How to include a new right icon in an Activity Xamarin Forms
It is possible yes, to do this you need to add a new "Toolbaritem" to your taskbar. If you are developing the page directly in C# you can do as follows this.ToolbarItems.Add(new ToolbarItem("nome",…