jsuarezruiz / Xamarin.Forms.TabView

The TabView is a Xamarin.Forms control to display a set of tabs and their respective content.
55 stars 13 forks source link

Fixed AccentTabGallery FabTabGallery naming confusing #3

Closed lachlanwgordon closed 3 years ago

lachlanwgordon commented 4 years ago

There were two Xaml files that were almost identical and had the class names and file names reversed, this meant that when you opened the menu item for FabTabGallery the content was actually in AccentTabGallery.xaml. AccentTabGallery.xaml did not have a code behind.

Deleted FabTabGallery.xaml and Renamed AccentTabGalley.xaml to FabTabGallery.xaml to bring everything into line.

Fixes #2

jsuarezruiz commented 3 years ago

Thanks!