0

在我的应用程序中,我隐藏了操作栏并使用简单的标题[使用线性布局制作]而不是操作栏,
在某些设备中,我在标题前得到空白,因为我在附加图像中用红线标记。

它在 240x320、320x480、480x800 dpi 下工作正常。

任何人都可以知道如何在 Title 之前删除这个白色间距吗?
请提出一些想法。


在此处输入图像描述



编辑:根元素标签代码

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    style="?page_background"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >


编辑2:页面背景样式

 <style name="page_background">
        <item name="android:background">#FFFFFF</item>
 </style>
4

0 回答 0