在线性布局LinearLayout里面有一条属性
Android:background
属性值取 @drawable/"图片名字"
即可添加背景图片
<LinearLayout xmlns:android=""xmlns:tools=""android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"android:background="@drawable/background"tools:context=ample.sendemail.MainActivity" >
</LinearLayout>
注意提前把背景图片粘贴到这个文件夹
本文发布于:2024-01-31 11:16:17,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170667098028119.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |