Drawable drawablea;
 drawablea= getResources().getDrawable(R.drawable.check_a);

/// 這行一定要加.
drawablea.setBounds(0, 0, drawablea.getMinimumWidth(), drawablea.getMinimumHeight());


button5m.setCompoundDrawables(drawablea, null, null, null);
--------------------------------------------------------------
setCompoundDrawables(左, 上, 右, 下);


因為我寫得城市都是專案程式,故不貼圖。

arrow
arrow
    全站熱搜

    戮克 發表在 痞客邦 留言(0) 人氣()