I have a file called nochart.png
in /drawable
.
How can I set this to an ImageView?
chartImageView.setImageDrawable(R.drawable.nochart);
Does not compile.
I have a file called nochart.png
in /drawable
.
How can I set this to an ImageView?
chartImageView.setImageDrawable(R.drawable.nochart);
Does not compile.