gpt4 book ai didi

安卓应用程序 : Background Image over Background Color

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:00:10 32 4
gpt4 key购买 nike

我是 android 开发的新手,正在开发我的第一个 android 应用程序。我在布局的 xml 中设置了 View 的背景颜色,如下所示。

android:background="@+color/bgColor"

现在,我有一个全尺寸的透明背景图像,我想将其放在背景上,然后将其他元素放在该图像上。

有没有一种方法可以在同一布局中同时使用背景颜色和背景图像。

提前致谢。

最佳答案

您可以使用带有背景颜色的 ImageView:

<ImageView
layout_width="match_parent"
layout_height="match_parent"
src="@drawable/myImage"
background="@color/myBgColor" />

另一种选择是在布局的根元素中设置背景颜色,并将 src 保留在 ImageView 中。

关于安卓应用程序 : Background Image over Background Color,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11490416/

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