현재 WVGA800 으로 가로 480 * 800 인데

모든 이미지를 가로 480으로 제작했습니다

그래서 

xml 에서 

<ImageView
android:padding="0dip"
android:layout_alignParentTop="true" 
android:layout_width="fill_parent" 
    android:layout_height="wrap_content"
android:id="@+id/maintop"
android:src="@drawable/maintop"
>
</ImageView>

이런식으로 붙였습니다.

그러면 어떤 안드로이드폰으로 가도 이미지가 정상출력이되나요~?