Update image in GH1613 to valid image we control
This commit is contained in:
Родитель
87a897d42d
Коммит
77851e6ff7
|
@ -22,7 +22,7 @@ namespace Xamarin.Forms.Controls.TestCasesPages
|
||||||
async void Build ()
|
async void Build ()
|
||||||
{
|
{
|
||||||
var image = new Image {
|
var image = new Image {
|
||||||
Source = "http://www.califliving.com/title24-energy/images/sanfrancisco.jpg",
|
Source = "https://raw.githubusercontent.com/xamarin/Xamarin.Forms/master/banner.png",
|
||||||
Aspect = Aspect.AspectFill,
|
Aspect = Aspect.AspectFill,
|
||||||
Opacity = 0.5,
|
Opacity = 0.5,
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче