某开发者创建了一个Text为“点击”的Button组件,并且按钮大小与文字大小一致,其中文字大小为50vp,按钮的大小可以如何设置?

发布于 2021-02-21 18:01:18
【多选题】
A Button button = new Button(getContext()): button. setWidth(50vp); button.setHeight (50vp);
B Button button = new Button(getContext()); button. setPadding(0,0,0,O: button.setwidth(ComponentContainer. LayoutConfig. MATCH_CONTENT );button.setHeight(ComponentContainex. LayroutConfig. MATCH_CONTENT
C Button button = new Button(getContext()); button.setPadding(10,10,10,10) button.setWidth(ComponentContainer.LayoutConfig. MATCH_CONIENT); button. setHeight(ComponentContainer. LayoutConfig. MATCH_CONTENT)
D Button button = new Button(getContext()); button. setWidth(ComponentContainer. LayoutConfig. MATCH_CONTENT); button. setHeight(ComponentContainer.LayoutConfig. MATCH_CONTENT);

查看更多

关注者
0
被浏览
88
  • 体验AI问答!更聪明、超智能!
  • 一款基于GPT的超级AI助手,可以对话、创作、写文案!
1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

手机
浏览

扫码手机浏览

分享
好友

在线
客服