이미지를 화면 전체에 깔고

그 위에 RelativeLayout으로 묶여진 텍스트,스피너,버튼을 나오게 하고 싶은데 잘 안되네요...

제가계속 해온 방법은

<LinearLayout>
  <FrameLayout>  
     <ImageView
      />
      <RelativeLayout>
         스피너, 버튼, 텍스트......
      </RelativeLayout>
   </FrameLayout>
<LinearLayout>
이런식으로 했는데 안되네요...
잘못된 부분좀 알려주세요....