私はこのコードを使用してドローアブルを取得し、SetCompoundDrawablesWithIntrinsicBounds
呼び出しで使用しています:
Drawable d = Resources.System.GetDrawable(Resource.Drawable.navigable_icon);
textView.SetCompoundDrawablesWithIntrinsicBounds(null,null,d,null);
問題は、メソッドを呼び出すと、GetDrawable
常に次のような例外が発生することです。
Android.Content.Res.Resources + NotFoundException:リソースID 0x7f020009
ディレクトリdrawable
内のxmlで使用する他のものと同じように存在します。drawable
誰かが何が起こっているのか推測できますか?