Android setCompoundDrawables 无效

Drawable drawable = ContextCompat.getDrawable(context,R.drawable.location_gray_darker);
drawable.setBounds(0, 0, 48, 48);    //需要设置图片的大小才能显示
     selectVillageTv.setCompoundDrawables(drawable,null,null,null);

你可能感兴趣的:(Android setCompoundDrawables 无效)