Androidでカレンダーアイコンをボタンとして表示したかった。画像ボタンを次のように作成しました。
ImageButton DtPk = new ImageButton(this);
画像が次のように設定されることを知っています。
Drawable d = Drawable.createFromPath("@drawable/calendar");
DtPk.setBackgroundDrawable(d);
しかし、プロジェクトのどこに画像を保存しますか?そしてどうやって。