Fix ControlsGallery SearchBar HeightRequest issue (#2785)

This commit is contained in:
Seungkeun Lee 2018-05-23 15:57:35 +09:00 коммит произвёл Stephane Delcroix
Родитель 8ed7a287ed
Коммит 4dcfa9e1ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -267,7 +267,7 @@ namespace Xamarin.Forms.Controls
};
var searchBar = new SearchBar() {
HeightRequest = 42, // Need this for Android N, see https://bugzilla.xamarin.com/show_bug.cgi?id=43975
MinimumHeightRequest = 42, // Need this for Android N, see https://bugzilla.xamarin.com/show_bug.cgi?id=43975
AutomationId = "SearchBarGo"
};