Drawable drawable= getResources().getDrawable(R.mipmap.quxiao);
///這一步必須要做,否則不會(huì)顯示.
drawable.setBounds(0,0,?drawable.getMinimumWidth(),?drawable.getMinimumHeight());
// 設(shè)置圖片居左顯示
mCancelBtn.setCompoundDrawables(drawable,null,null,null);
Drawable drawable= getResources().getDrawable(R.mipmap.quxiao);
///這一步必須要做,否則不會(huì)顯示.
drawable.setBounds(0,0,?drawable.getMinimumWidth(),?drawable.getMinimumHeight());
// 設(shè)置圖片居左顯示
mCancelBtn.setCompoundDrawables(drawable,null,null,null);