0
A
回答
0
<?xml version="1.0" encoding="UTF-8"?>
<custom:MasterPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="DutchWallet.LoadingScreen" xmlns:custom="clr-namespace:DutchWallet;assembly=DutchWallet" xmlns:i18n="clr-namespace:DutchWallet.Localization;assembly=DutchWallet">
<custom:MasterPage.Content>
<AbsoluteLayout VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
<Image AbsoluteLayout.LayoutFlags="All" AbsoluteLayout.LayoutBounds="0, 0, 1, 1" Source="Images/background" Aspect="AspectFill" />
<Label x:Name="WelcomeToLabel" Text="{i18n:Translate LoadingScreen_WelcomeTo}" AbsoluteLayout.LayoutFlags="All" AbsoluteLayout.LayoutBounds="0, 0.18, 1, .1" HorizontalTextAlignment="Center" LineBreakMode="WordWrap" FontFamily="Open Sans" FontAttributes="Bold" TextColor="White" FontSize="42" />
<Label Text="{i18n:Translate LoadingScreen_DucthWallet}" AbsoluteLayout.LayoutFlags="All" AbsoluteLayout.LayoutBounds="0, 0.28, 1, .1" HorizontalTextAlignment="Center" LineBreakMode="WordWrap" FontFamily="Open Sans" FontAttributes="Bold" TextColor="White" FontSize="42" />
<Image AbsoluteLayout.LayoutFlags="All" AbsoluteLayout.LayoutBounds="0.50, 0.55, .5, .5" Source="Icons/logo" Aspect="AspectFit">
<Image.AbsoluteLayout.LayoutBounds>
<OnPlatform x:TypeArguments="Rectangle" iOS="0.50, 0.55, .5, .5" Android="0.50, 0.55, .4, .5" />
</Image.AbsoluteLayout.LayoutBounds>
</Image>
<Label x:Name="VersionLabel" AbsoluteLayout.LayoutFlags="All" AbsoluteLayout.LayoutBounds="0, 0.75, 1, .1" HorizontalTextAlignment="Center" LineBreakMode="WordWrap" FontFamily="Open Sans" FontAttributes="Bold" TextColor="White" Text="Version x.x" FontSize="14" />
</AbsoluteLayout>
</custom:MasterPage.Content>
</custom:MasterPage>
也許這XAML是什麼意思?
0
您是否嘗試過清理解決方案,然後重新構建它?你有什麼嘗試?
+0
是的,我嘗試了它..它在IOS設備上運行,但在Android設備仍然崩潰。 –
相關問題
- 1. Xamarin.Forms無法更新
- 2. 用Xamarin.Forms更新ListView
- 3. Xamarin.Forms無法更新從版本2.3.4.270 Xamarin.Forms包到2.4.0.282
- 4. Xamarin.Forms ListView ItemsSource - 異步更新NullReferenceException
- 5. 如何將Xamarin.Forms更新爲最新版本?
- 6. Xamarin.Forms更改APP圖標
- 7. 無法使用Nuget更新VS2015 Xamarin.Forms到v2.3.1.114使用Nuget
- 8. Xamarin.Forms中更新後編輯器中的中心文本
- 9. Xamarin.Forms - 更新ItemSource時,ViewCell中的圖像閃爍
- 10. Xamarin.forms nugetpackage相互衝突和無休止的更新
- 11. Xamarin.Forms綁定更新不及時的標籤UI
- 12. Visual Studio的移動中心 - Xamarin.Forms - 自動更新
- 13. Xamarin.Forms將SetBinding設置爲Image,以便在Source更改時刷新
- 14. Xamarin.Forms + ReactiveUI + Xamvvm僅在iOS上查看不更新
- 15. Xamarin.Forms
- 16. xamarin.forms googlemaps infowindow點擊打開新頁面
- 17. Xamarin.Forms彈出「新版本可用」
- 18. Xamarin.Forms刷新編輯器的TextProperty
- 19. Xamarin.forms如何更改導航欄顏色
- 20. Xamarin.Forms(XAML):縮放到更小的屏幕
- 21. Xamarin.Forms更改Android應用程序名稱
- 22. 如何更改Xamarin.Forms中的頁面?
- 23. 在運行時更改xamarin.forms顏色
- 24. Xamarin.Forms ListView控件加載更多
- 25. Xamarin.Forms:事後更改RelativeLayout約束
- 26. 用Xamarin.forms
- 27. Xamarin.Forms/KeyPressEventArgs
- 28. Xamarin.Forms Listview
- 29. Xamarin.Forms PCL
- 30. Xamarin.forms OnAppLinkRequestReceived
看來,LoginScreen Xaml文件中出現了錯誤。你能分享你的登錄屏幕xaml文件嗎? –
我看到您的[問題](https://forums.xamarin.com/discussion/100541/system-argumentexception-has-been-thrown-an-item-with-the-same-key-already-been-added) ,因爲'System.ArgumentException已被拋出一個項目已添加相同的密鑰'不能再次播放,你有什麼新問題? –
關於「System.ArgumentException已被拋出一個項目已添加相同的密鑰」它已經完成,但只是運行在我的設備IOS然後在設備Android它不工作。那怎麼樣?有人可以幫忙嗎? –