鼠标单击Button1后将Button1移动到Button2的后面
举一反三
- 请在相对布局中加入两个Button,使Button1水平居中显示且距离父控件顶部200dp,使Button2显示在Button1的左侧且距离Button1底部50dp。
- 智慧职教: 请在相对布局中加入两个Button,使Button1水平居中显示且距离父控件顶部200dp,使Button2显示在Button1的左侧且距离Button1底部50dp。
- 有两个按钮,id分别是button1,button2,要将button2放在button1的右侧,并底部对齐,我们在button2中添加属性下面可以实现的是() A: android:layout_toRightof=@id/button1 B: android:layout_toLeftof=@id/button1 C: android:layout_toRightof=@id/button1 android:layout_alignBottom=@id/button1 D: android:layout_toBottomof=@id/button1 android:layout_alignRight=@id/button1
- 有两个按钮,id分别是button1,button2,要将button2放在button1的右侧,并底部对齐,我们在button2中添加属性下面可以实现的是( ) A: android:layout_toRightof="@id/button1" B: android:layout_toLeftof="@id/button1" C: android:layout_toRightof="@id/button1" <br>android:layout_alignBottom="@id/button1" D: android:layout_toBottomof="@id/button1" <br>android:layout_alignRight="@id/button1"
- 页面有一个按钮button id为 button1,通过原生的js如何禁用?(IE 考虑IE 8.0以上版本)