Button bt = new Button(this);
bt.setText("set");
bt.setBackgroundColor(0xff14148c);

위와 같이 했더니 버튼 모양 없이 버튼 영역의 색상이 모두 바뀌었어요;;
버튼 모양을 유지하면서 색상만 바꾸는 메소드는 없나요???