下面_________ 方法正确将按钮button旋转45 degrees?
A: button.setRotate(45);
B: button.setRotate(Math.toRadians(45));
C: button.setRotate(360 - 45);
D: button.setRotate(-45);
A: button.setRotate(45);
B: button.setRotate(Math.toRadians(45));
C: button.setRotate(360 - 45);
D: button.setRotate(-45);
举一反三
- 下面关于Button控件的描述,正确的是()。 A: Button控件表示按钮 B: Button继承自TextView C: Button控件可以显示图片 D: Button控件可以设置点击事件
- Button button=(Button)__________(R.id.button1);
- 声明并创建一个按钮对象b,应该使用的语句是( )。 A: Button b=new Button(); B: button b=new Button(); C: Button b=new b(); D: b.setLabel(“确定”)
- If the suit is buttoned, where should be the stickpin?? Between the first button and the third button of the shirt.|Between the second button and the third button of the shirt.|Between the first button and the second button of the shirt.|Between the second button and the fourth button of the shirt.
- 创建一个按钮对象b,应该用 A: Button b=new Button(); B: utton b=new button(); C: Button b=new b(); D: .setLable("我是按钮选我啊 E: ");