Hello
I am using a ListActivity in one of my projects and i would like to add a background image to this Activity.
This is what i have done so far on my onCreate method:
this.getWindow().setBackgroundDrawable(this.getResources().getDrawable(R.drawable.background));
and it work´s fine.. but the problem appears when i scroll through the list.
Then a black background appears until the list stops scrolling. Then the background png file is shown again.
Does someone know how I could add the background to my ListActivity so that it stays permanently?
Thanks in advanced
Txorl




