android studio教程-bill配套视频代码:1.button,页面跳转,按钮点击事件,toast

1.基础button代码:

<Button
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="第一个按钮"
    android:textSize="30sp"
    android:textColor="#0033FF"
    android:background="#C7F709"
    android

猜你喜欢

转载自blog.csdn.net/weixin_42721412/article/details/106889720