摘要:
代码: <Button android:layout_below="@id/btn_1"因为在本次实验中,总体布局为相对布局,所以此时设置为相对btn_1向下 android:layout_marginTop="20dp"设置与上组件外边距 android:id="@+id/btn_2" andro 阅读全文
摘要:
属性: * text //设置文字内容 *textSize //设置文字大小 *textColor //设置文字颜色 *background //设置背景颜色 代码: <Button android:id="@+id/btn_1" android:text="按钮1" android:textSiz 阅读全文