In my application I have a 9.png
. If I set it in XML via
android:background="@drawable/image"
it works great but if I use this code: bubble.setBackgroundResource(R.drawable.image)
to set the 9.png programmaticly it does not work. Any ideas why?