Android setCompoundDrawables 无效
2017-03-20 本文已影响254人
旺仔爸
Drawable drawable = ContextCompat.getDrawable(context,R.drawable.location_gray_darker);
drawable.setBounds(0, 0, 48, 48); //需要设置图片的大小才能显示
selectVillageTv.setCompoundDrawables(drawable,null,null,null);