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>

이거 인데 이미지를 투명? 비지어블인가....안보이게 하고싶은데 어떻게하나요?

xml 에서 하는 방법 하고 자바코드에서 바꾸는 법 두가지가 궁금합니다.