Drawable visit = getResources().getDrawable(R.drawable.radio_button);
visit.setBounds(0,0,50,50);//第一0是距左右邊距離,第二0是距上下邊距離,第三69長(zhǎng)度,第四寬度
classification_visit.setCompoundDrawables(null, null,visit, null);//只放右面
Drawable visit = getResources().getDrawable(R.drawable.radio_button);
visit.setBounds(0,0,50,50);//第一0是距左右邊距離,第二0是距上下邊距離,第三69長(zhǎng)度,第四寬度
classification_visit.setCompoundDrawables(null, null,visit, null);//只放右面