android动态更换控件的Drawable(shape)

【android动态更换控件的Drawable(shape)】使用方式:

Drawable drawable = context.getResources().getDrawable(R.drawable.xxx); textview.setBackgroundDrawable(drawable);

    推荐阅读