how do I remove the top blue with the words 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>
Call requestWindowFeature in your activity…