Questions tagged [toolbaritems]

50 questions
0
votes
1 answer

Xamarin Any way to get Toolbaritem icon to display colors and details?

I have a Xamarin Forms app. I would like to get a Toolbaritem icon to display colors and detail. Just for an example, I am using https://commons.wikimedia.org/wiki/File:Cambodia_road_sign_PW03_W2_07.png as a test. Here is how it displays on Android…
Charles
  • 479
  • 1
  • 3
  • 13
0
votes
1 answer

Swift UI Clicking navigation bar link hides status bar on back

I wrote a simple Swift UI app that creates a NavigationLink on the navigation toolbar and creates a status bar at the bottom of the display. When clicking on the gear link on the navigation bar, it takes you to the child view, but when you return…
Mike G
  • 115
  • 6
0
votes
1 answer

Is it possible to create custom ToolBarItems

I don't see a ToolBarItem class in msdn, and I notice that GetContainerForItemOverride() is not called on my derived ToolBar class. Anyone know how to customize ToolBarItems?
Hank
  • 193
  • 1
  • 10
0
votes
1 answer

Xamarin.Forms: how to center an Image in TitleView when ToolbarItems are displayed?

I'm working on a Xamarin.Forms.Shell app containing 4 tabs. I would like to display a common Title containing a centered SVG logo on all these pages. For this, I can use a TitleView like this:
0
votes
1 answer
0
votes
1 answer

Changing ToolbarItem text color via xaml to all platform(Android,iOS,UWP)

enter image description hereThis is my xaml code: ContentPage.ToolbarItems ToolbarItem Text="+" Priority="0" Order="Primary" Command="{Binding PrikaziCommand}" ToolbarItem ContentPage.ToolbarItems How to change color of text through xaml code…
Srki92
  • 19
  • 7
0
votes
1 answer

How can I add a frame as a toolbar item in toolbar xamarin forms

Image: I would like to add a frame to toolbar in Xamarin forms. But toolbar is not accepting.
0
votes
1 answer

Xamarin forms ToolbarItems WPF secondary

I have this code to set up toolbar items in XAML.
d.mercanti
  • 11
  • 5
0
votes
2 answers

Xamarin Forms duplicated Toolbar in Master Detail Page in iOS

I Have an app with master-detail page and toolbar items for every page. I set the master-detail page and the master page to NavigationPage.HasNavigationBar="False" to avoid duplication of the toolbar items. In Android, it works fine and no…
0
votes
2 answers

Dynamically Changing Toolbar Item Visibility in on RecyclerView Click (Without the LongClick)

I have an app (based on this tutorial), and it has an activity that allows user to choose several friends to send messages to. Now, I also have the check icon in the upper right corner. When the user clicks on it, selected contacts are sent to…
Banana
  • 2,435
  • 7
  • 34
  • 60
0
votes
2 answers

How to make transparent toolbar with not transparent toolbar items

how i can to make transparent custom toolbar with visible toolbar items? I have a page with recycler view and I want to see my recyclerview under mine transparent toolbar with visible toolbar items. It's should looks like this
Vaniusha
  • 13
  • 7
0
votes
1 answer

Title position of UIBarButton

I want to set my UIBarButtonItem.title underneath the UIBarButton image. I tried using : myBarButton.setTitlePositionAdjustment(UIOffset(horizontal: 5,vertical: -5), for: UIBarMetrics.default) the text doesn't show though. Any ideas? It is not…
JVS
  • 2,592
  • 3
  • 19
  • 31
0
votes
1 answer

Xamarin menu with ToolbarItem icon

I want to do something like this example, but i can't. I try a lot of plugins and I cant find the way to implement. Someone know or can tell me how can I do? I want to show a display popup menu when click in one ToolbarItem on a…
kvaldes
  • 3
  • 2
0
votes
1 answer

Xamarin Form: Is there a way to reduce the spacing on ToolBarItems

I am using the ToolBarItems on the navigation bar. On iOS, the toolbar items separated in quite a distance a apart. Can we bring them closer a bit.
LittleFunny
  • 8,155
  • 15
  • 87
  • 198