medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

how can I change pic icon size #46

Closed zhew117 closed 8 years ago

zhew117 commented 8 years ago

I am using R.drawable.xxx.jpg for icon. But looks like there is no way to change the size.

zhew117 commented 8 years ago
    mFbWeiXinLogin.setIconResource(R.drawable.umeng_socialize_wechat);
    mFbWeiXinLogin.setIconPosition(FancyButton.POSITION_LEFT);
    mFbWeiXinLogin.getIconImageObject().setLayoutParams(new LinearLayout.LayoutParams(50, 50));

I got the mIconView and setLayoutParams