如何从标题中删除空格?

时间:2013-11-11 13:26:03

标签: android android-layout

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

它的工作正常,240x320,320x480,480x800 dpi。

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


enter image description here



编辑:根元素标记代码

<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>

0 个答案:

没有答案