Visual equality (#5380)
authorMatthew Leibowitz <mattleibow@live.com>
Tue, 26 Feb 2019 13:59:29 +0000 (15:59 +0200)
committerStephane Delcroix <stephane@delcroix.org>
Tue, 26 Feb 2019 13:59:29 +0000 (14:59 +0100)
No one gets to go to the top, not even the great Material Design. All pages are equal, and are listed alphabetically.

Xamarin.Forms.Controls/CoreGallery.cs

index 07af2a2..df9bab3 100644 (file)
@@ -321,8 +321,8 @@ namespace Xamarin.Forms.Controls
                                new GalleryPageFactory(() => new OpenGLViewCoreGalleryPage(), "OpenGLView Gallery"),
                                new GalleryPageFactory(() => new PickerCoreGalleryPage(), "Picker Gallery"),
                                new GalleryPageFactory(() => new ProgressBarCoreGalleryPage(), "ProgressBar Gallery"),
-                               new GalleryPageFactory(() => new MaterialProgressBarGallery(), "[Material] ProgressBar & Slider Gallery"),
-                               new GalleryPageFactory(() => new MaterialActivityIndicatorGallery(), "[Material] ActivityIndicator Gallery"),
+                               new GalleryPageFactory(() => new MaterialProgressBarGallery(), "ProgressBar & Slider Gallery (Material)"),
+                               new GalleryPageFactory(() => new MaterialActivityIndicatorGallery(), "ActivityIndicator Gallery (Material)"),
                                new GalleryPageFactory(() => new ScrollGallery(), "ScrollView Gallery"),
                                new GalleryPageFactory(() => new ScrollGallery(ScrollOrientation.Horizontal), "ScrollView Gallery Horizontal"),
                                new GalleryPageFactory(() => new ScrollGallery(ScrollOrientation.Both), "ScrollView Gallery 2D"),