获得res/Drawable下的图片

Drawable drawble = getResources().getDrawable(R.drawable.p1);

你可能感兴趣的:(安卓)