摘要: notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); if(Build.VERSION.SDK_INT>=Build.VERSION_CODES.O){ NotificationChan 阅读全文
posted @ 2023-03-23 23:52 会秃头的小白 阅读(23) 评论(0) 推荐(0) 编辑
摘要: <androidx.appcompat.widget.Toolbar android:background="#ffff00" app:navigationIcon="@drawable/baseline_close_24" app:title="主标题" android:id="@+id/tb" 阅读全文
posted @ 2023-03-23 23:51 会秃头的小白 阅读(84) 评论(0) 推荐(0) 编辑
摘要: <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="sendNotification" android:text="发出通知" /> <Button and 阅读全文
posted @ 2023-03-23 23:42 会秃头的小白 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 今天学习了安卓的Notification ToolBar AlertDialog 阅读全文
posted @ 2023-03-23 21:55 会秃头的小白 阅读(10) 评论(0) 推荐(0) 编辑