Linear 레이아웃 안에 또

 

Lienear 레이아웃을 따로 설정을 하고

 LinearLayout android:id="@+id/linearLayout1" android:layout_height="fill_parent" android:layout_width="fill_parent"

android:layout_marginTop="10dip">
          <ImageView android:id="@+id/imageView1" android:src="@drawable/wifi_img" android:gravity="center"       android:layout_width="wrap_content" android:layout_height="wrap_content"></ImageView>
      </LinearLayout>

 

 

Image를 가운데로 출력을 하려고 하는데 계속 가운데 정렬이 안되네요

 

이것 저것 바꿔도 안대고 ..

 

기본적인것 같은데 재가  착각 하고 있는 부분이 있는건가요 ㅠ