gpt4 book ai didi

c# - Xamarin Forms Android 中任何页面的默认背景颜色是什么?

转载 作者:行者123 更新时间:2023-12-04 14:54:44 29 4
gpt4 key购买 nike

在没有应用任何自定义主题或样式的情况下,Xamarin Forms Android App 在轻模式下的默认背景颜色是什么?我想放置一个与背景颜色相同的按钮。背景颜色不是白色,因为当我放置白色按钮时,按钮的颜色与背景不同。

我知道我可以将页面和按钮的颜色设置为白色或其他任何颜色,但我想使用 Xamarin Forms Android 提供的相同默认背景颜色。

<StackLayout>
<Button Text="Button" BackgroundColor="White" />
</StackLayout>

在输出中,您可以看到按钮的白色与背景略有不同。

这是输出

enter image description here

最佳答案

您可以在android项目中获取您主题的默认背景色,引用:

?android:colorBackground

例如,你可以打开Resources/values/colors,任意定义一个颜色值

<color name="defaultcolor">?android:colorBackground</color>

然后可以看到它的颜色值为

#fffafafa

关于c# - Xamarin Forms Android 中任何页面的默认背景颜色是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68288959/

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