Button

<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:onClick="sendNotification"
    android:text="发出通知" />

<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:onClick="cacelNotificion"
    android:text="取消通知" />

posted @ 2023-03-23 23:42  会秃头的小白  阅读(9)  评论(0编辑  收藏  举报