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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章