ImageButton imageButton;
Drawable drawable = mContext.getResources().getDrawable(R.mipmap.login_invisible);
imageButton.setBackground(drawable);
按鈕設(shè)置字體顏色
btn.setTextColor(getResources().getColor(R.color.text_blue));
ImageButton imageButton;
Drawable drawable = mContext.getResources().getDrawable(R.mipmap.login_invisible);
imageButton.setBackground(drawable);
按鈕設(shè)置字體顏色
btn.setTextColor(getResources().getColor(R.color.text_blue));