Drawableフォルダ内の画像(たとえばbackground.jpg)でギャラリーの背景を設定したい。
setBackground()メソッドのプロトタイプは
void setBackground(Drawable background)
Set the background to a given Drawable, or remove the background.
しかし、この方法で自分の画像を参照する方法がわかりません。私はこのように参照しようとしました
Gallery galleryModified;
galleryModified.setBackground(background);
しかし、2行目にエラーが発生し、リソースが見つからないと言っています。
ご存知の方はご返信ください。
ありがとう。