現在、XMLレイアウトを使用してアクティビティの背景を設定しています。代わりにJavaコードでこれを行うにはどうすればよいですか?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg" >