Drawable drawableRight = UIUtil.getDrawable(R.drawable.icon_point);
drawableRight.setBounds(0, 0, UIUtil.dip2px(3), UIUtil.dip2px(3));
tv_type.setCompoundDrawables(null, null, drawableRight, null);
Drawable drawableRight = UIUtil.getDrawable(R.drawable.icon_point);
drawableRight.setBounds(0, 0, UIUtil.dip2px(3), UIUtil.dip2px(3));
tv_type.setCompoundDrawables(null, null, drawableRight, null);