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 应用程序创建我的屏幕,为此我创建了一个背景图像。在后台是我的应用程序不应覆盖的标题区域。实际上这是我的问题,我的线性布局直接从 0/0 位置开始。如何定义我的屏幕顶部有 30 px 的空白空间。
谢谢
将属性添加android:paddingTop="30px"到具有背景的容器中。 顺便说一句,您应该避免使用像素,而应该使用 dp 。
android:paddingTop="30px"