背景として画像を含める方法と、アプリケーションのどこにどのように画像を配置するか、Eclipse とすべての開発ツールを使用しています。
main_activity.xml でこれまでに行ったことは次のとおりです。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#C0C0C0"
tools:context=".MainActivity">
</RelativeLayout>