У меня ошибка: Невозможно добавить значение типа 'StackLayout' в коллекцию или словарь типа 'IList .
<StackLayout x:Name="Contunie" Margin="0" HeightRequest="80" HorizontalOptions="FillAndExpand" VerticalOptions="EndAndExpand" BackgroundColor="#24348b">
<StackLayout.GestureRecognizers>
<TapGestureRecognizer Tapped="Contunie_Tapped"></TapGestureRecognizer>
</StackLayout.GestureRecognizers>
<Label Font="20" Margin="0,15,0,0" HorizontalOptions="CenterAndExpand" TextColor="White"
FontFamily="{DynamicResource GothamRoundedMedium}" Text="{Translator:Translate SendMessage}" BackgroundColor="Transparent"></Label>
</StackLayout>