LegacyBar icon indicating copy to clipboard operation
LegacyBar copied to clipboard

A port and extention of https://github.com/johannilsson/android-actionbar

Results 15 LegacyBar issues
Sort by recently updated
recently updated
newest added

I'm change and update Android.Support.v4 References. Change Mono.Android.Support.v4 to nuget package Xamarin.Android.Support.v4 . because before Xamarin update my project the legacybar's Android.Support.v4 was broken.

I added a darkblue theme to use for the JabbR app.

Options for text on left or right of icon, and option to do landscape only.

enhancement

Spent some time finding out why I got a null pointer exception in LegacyBar, and found out it was because of I was trying to add an Action to the...

enhancement

As stated in: https://github.com/Cheesebaron/LegacyBar/issues/42 I have also run across this issue, similar to issue 42. My resolution was to simply remove the line (MenuItemLegacyBarAction): ``` c# _menuItem = new LegacyBarMenuItem(menuId,...

A bunch of code and new things have been added in. Needs an update me thinks!

Hi, how do I add the action bar to an activity where I have no layout file? If I have a class inheriting from list activity how do I use...

MenuItemLegacyBarAction has both Context and Activity as arguments, is it really necessary?

bug

If the device doesn't have physical menu button, `OnPrepareOptionsMenu` won't get called when I click on the overflow menu button. But in the official Google ActionBar implementation, it gets called....

Instead of having to explicitly specify the Bar in the Layout, somehow inject it into the Layout when using the Base Activities. @jamesmontemagno what do you think of this?

enhancement