Button button = new Button(getContext()); button.setPadding(3,3,3,3); button.setSingleLine(false); button.setEllipsize(null);
相似问题