我該如何使用ListviewTest字樣去除頂部藍色?刪除活動中的頂部藍色
enter code here
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:background="@color/gray_light2">
<ImageView android:id="@+id/imageView1" android:src="@drawable/impostazioni" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="-7dp"></ImageView>
<ListView android:id="@+id/personListView" android:divider="@null"
android:layout_width="fill_parent" android:layout_height="438dp">
</ListView>
</LinearLayout>