Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下代码为活动设置背景:
android:background="@drawable/background"
它有效,但我有一个小问题,图像不应该在整个屏幕上拉伸,我希望图像在屏幕上的某个特定位置。我该怎么做?
要在页面的任何位置修复图像,您应该使用根布局作为相对布局。因为它可能有很多用户友好的属性,比如对齐中心非父,页面底部对齐左下方和上方属性所以请尝试使用。