<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gravity="center|center_horizontal|fill"
    android:orientation="vertical" >

 

    <ImageView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:src="@drawable/img" />

</LinearLayout>

 

main.xml에 이렇게 만들어놓고

여기에다 이미지 위에 버튼3개를 만들고싶은데 어떤소스를입력하면되나요..ㅠㅠ 완전 생초보라 책을봐도모르겠네요

좀 도와주세요