[Android] fix focus event on android and add UI Tests (#5528)
authorShane Neuville <shane94@hotmail.com>
Fri, 15 Mar 2019 21:43:04 +0000 (15:43 -0600)
committerSamantha Houts <samhouts@users.noreply.github.com>
Fri, 15 Mar 2019 21:43:04 +0000 (14:43 -0700)
commit0376a5f6928f3bba7ecc160f6079531d12166ae0
treeb88b981211825676e1d7e4209f64346871082717
parent5c07fa9b43f119f457c4d9dd0653d98591c616d2
[Android] fix focus event on android and add UI Tests (#5528)

* fix focus event for material entry and add ui tests

* fix iOS

* - Focused
fixes #5509
12 files changed:
Xamarin.Forms.Controls/CoreGallery.cs
Xamarin.Forms.Controls/CoreGalleryPages/CoreGalleryPage.cs
Xamarin.Forms.Controls/ViewContainers/StateViewContainer.cs
Xamarin.Forms.Core.UITests.Shared/Tests/EntryUITests.cs
Xamarin.Forms.Core.UITests.Shared/Tests/MaterialEntryUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UITests.Shared/Utilities/AppExtensions.cs
Xamarin.Forms.Core.UITests.Shared/Xamarin.Forms.Core.UITests.projitems
Xamarin.Forms.Material.Android/MaterialFormsTextInputLayoutBase.cs
Xamarin.Forms.Platform.Android/Cells/TextCellRenderer.cs
Xamarin.Forms.Platform.Android/ViewRenderer.cs
Xamarin.Forms.Platform.UAP/Resources.xaml
Xamarin.Forms.Platform.iOS/Cells/TextCellRenderer.cs