Overblog All blogs Top blogs Tech & Science
Edit post Follow this blog Administration + Create my blog
MENU

Technology learing centre for developers

25 Jul

Set Background color from code

mButton.setBackgroundColor(Color.rgb(27,161,226));

OR

mButton.setBackgroundColor(Color.parseColor("#2783B6"));

OR

mButton.setBackgroundColor(getResources().getColor(R.color.red));

oR

mButton.setBackgroundColor(Color.GREEN);
Comment on this post

About this blog

Technology learing centre for developers