Search code examples
c#androidxmlxamarinxamarin-studio

Using Xamarin Studio to add a Lollipop Toolbar to my project


How can I add the Android Toolbar (which replaces the ActionBar) to my Android 5.0 Lollipop app in Xamarin Studio? I have checked out the samples and I just don't get how I can add menu items/icons /buttons to the Lollipop toolbar in my app.


Solution

  • Well, incase anybody comes across this post looking for an answer, I have found a sample on GitHub while searching for something completely unrelated.