int left = view.getPaddingLeft();
int top = view.getPaddingTop();
int right = view.getPaddingRight();
int bottom = view.getPaddingBottom();
view.setBackgroundResource(R.drawable.img);
view.setPadding(left, top, right, bottom);
原帖网址
int left = view.getPaddingLeft();
int top = view.getPaddingTop();
int right = view.getPaddingRight();
int bottom = view.getPaddingBottom();
view.setBackgroundResource(R.drawable.img);
view.setPadding(left, top, right, bottom);
原帖网址