gpt4 book ai didi

xaml - Xamarin.Forms Xaml 背景图像

转载 作者:行者123 更新时间:2023-12-04 10:15:33 26 4
gpt4 key购买 nike

我刚刚启动了一个 Xamarin.Forms 应用程序,我想向我的 XAML 添加背景图像。
我添加了该属性,但运行它时没有出现!!
这是图片。

应用程序

public class App : Application
{
public App()
{
// The root page of your application
MainPage = new Page();
}

XAML:
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="App1.Page"
BackgroundImage="bg.png">


enter image description here

所以,我该如何解决?

enter image description here

最佳答案

添加您的 bg.png文件在您的每个原生项目中,因为您当前使用的是 Android 模拟器,从您的 Xamarin.Android 开始项目:

Android - Place images in the Resources/drawable directory with Build Action: AndroidResource



引用: https://developer.xamarin.com/guides/xamarin-forms/working-with/images/

示例:在您的 Xamarin.Android 中项目,添加 bg.png如图:

enter image description here

检查 Build Action该图像并确保它被分配 AndroidResource .重建并重新测试。

关于xaml - Xamarin.Forms Xaml 背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39090156/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com