去掉Activity布局中顶部的缺省标题栏:
<activity android:name=".XXXActivity" android:label="@string/XXX_name" android:theme="@android:style/Theme.NoTitleBar">