バックグラウンドのあるアクティビティがあります:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:minWidth="25px"
android:minHeight="25px"
android:background="@drawable/background_fingerboard" />
コードから背景画像を変更するにはどうすればよいですか? 実際にmonoを使っていますが、Javaのサンプルも参考になります。