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

使用方式:

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

你可能感兴趣的:(android动态更换控件的Drawable(shape))