[Material] [Android, iOS] Added Slider and ProgressBar (#5209)
authorMatthew Leibowitz <mattleibow@live.com>
Wed, 13 Feb 2019 23:36:55 +0000 (01:36 +0200)
committerSamantha Houts <samhouts@users.noreply.github.com>
Wed, 13 Feb 2019 23:36:55 +0000 (15:36 -0800)
commit9ab1fff85f6f54f0aab7789c591e2dbcb67993f3
tree02fbe43b052399b66d1732bf2247be4e708b7159
parentc1ae194404510aa0021d9d17878e29ba6ec59535
[Material] [Android, iOS] Added Slider and ProgressBar (#5209)

* [Android Material] Linear Progress Indicator (#5079)

Merging into the material "slider" / "progress" bar branch so that we can share some code as they are the same control

* [Material] [Slider, ProgressBar] Updated the progress bard and added the slider

* Renamed the gallery

fixes #5008
fixes #5079
fixes #5018
13 files changed:
Xamarin.Forms.Controls/Controls/ColorPicker.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGallery.cs
Xamarin.Forms.Controls/GalleryPages/MaterialProgressBarGallery.cs [new file with mode: 0644]
Xamarin.Forms.Core/Slider.cs
Xamarin.Forms.Material.iOS/MaterialProgressBarRenderer.cs
Xamarin.Forms.Material.iOS/MaterialSliderRenderer.cs
Xamarin.Forms.Platform.Android/Material/MaterialColors.cs
Xamarin.Forms.Platform.Android/Material/MaterialProgressBarRenderer.cs
Xamarin.Forms.Platform.Android/Material/MaterialSliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Resources/color/white_disabled_material.xml [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Resources/drawable/MaterialProgressBar.xml [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Resources/values/styles.xml
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj