I have an activity with a background:
first add LinearLayout id as in your layout xml:
and in code part set background as::
LinearLayout linearLayout = (LinearLayout) findViewById(R.id.linearLayoutid); linearLayout.setBackgroundResource(R.drawable.background_fingerboard);