Drawable drawable = ContextCompat.getDrawable(mContext, R.drawable.publish_dynamic_entry);
int size = (int) SizeUtils.dp2Px(getResources(), 24.0f);get
// 這一步必需要作,不然不會顯示.ab
drawable.setBounds(0, 0, size, size); mPublishTv.setCompoundDrawables(drawable, null, null, null);