gpt4 book ai didi

Android:拉伸(stretch)位图以填满整个屏幕

转载 作者:行者123 更新时间:2023-11-29 00:33:30 27 4
gpt4 key购买 nike

我使用位图作为 Activity 的背景。自定义背景代码为:

<item>
<bitmap android:src="@drawable/fog"
android:layout_width="match_parent"
android:adjustViewBounds="true"
/>
</item>

但是它位于中间,并没有占据整个屏幕空间。我怎样才能让它填满所有可用空间?我尝试将宽度和高度设置为 fill_parent。

谢谢

最佳答案

尝试添加:

android:layout_width="match_parent"

android:layout_height="match_parent"

关于Android:拉伸(stretch)位图以填满整个屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14013000/

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