[Visual] Material Editor (#5345)
authorShane Neuville <shane94@hotmail.com>
Tue, 26 Feb 2019 19:46:48 +0000 (12:46 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Feb 2019 19:46:48 +0000 (12:46 -0700)
commitcca80ca763dd11713ad8f4041c0333431d90d13d
treedb4110e18b64a52b95bbfa764b68a7a503b71e54
parentaf99e177d7e3ecf514e7a8f4ad1406b6afd0ec1b
[Visual] Material Editor (#5345)

* [Material] Visual

* - gallery and simplify android renderers

* Update Xamarin.Forms.Material.iOS/MaterialEditorRenderer.cs

* Update Xamarin.Forms.Platform.Android/Material/MaterialEditorRenderer.cs

* wire up done and fix ph bug

* - ios fix auto sizing issues

* fix NRE

* - Android: fix bounce and IsreadOnly
- iOS: fix IsReadonly and sizing issue

* - fix editor

* Fix ios Editor to shrink when lines are deleted

* Update Xamarin.Forms.Material.iOS/MaterialMultiLineTextField.cs

* - formatting fixes
15 files changed:
Xamarin.Forms.Controls/ControlGalleryPages/VisualGallery.xaml
Xamarin.Forms.Material.iOS/MaterialEditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Material.iOS/MaterialEntryRenderer.cs
Xamarin.Forms.Material.iOS/MaterialMultiLineTextField.cs [new file with mode: 0644]
Xamarin.Forms.Material.iOS/MaterialTextField.cs
Xamarin.Forms.Material.iOS/MaterialTextManager.cs [new file with mode: 0644]
Xamarin.Forms.Material.iOS/Properties/AssemblyInfo.cs
Xamarin.Forms.Material.iOS/Xamarin.Forms.Material.iOS.csproj
Xamarin.Forms.Platform.Android/Material/MaterialEditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Material/MaterialEntryRenderer.cs
Xamarin.Forms.Platform.Android/Material/MaterialFormsEditTextManager.cs
Xamarin.Forms.Platform.Android/Renderers/EditorRenderer.cs
Xamarin.Forms.Platform.Android/Renderers/EntryRenderer.cs
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
Xamarin.Forms.Platform.iOS/Renderers/EditorRenderer.cs