有两个按钮,id分别是button1,button2,要将button2放在button1的右侧,并底部对齐,我们在button2中添加属性下面可以实现的是()
举一反三
- 有两个按钮,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,使Button1水平居中显示且距离父控件顶部200dp,使Button2显示在Button1的左侧且距离Button1底部50dp。
- 智慧职教: 请在相对布局中加入两个Button,使Button1水平居中显示且距离父控件顶部200dp,使Button2显示在Button1的左侧且距离Button1底部50dp。
- 下面关于Button控件的描述,正确的是()。 A: Button控件表示按钮 B: Button继承自TextView C: Button控件可以显示图片 D: Button控件可以设置点击事件