上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 58 下一页
摘要: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/ 阅读全文
posted @ 2023-03-29 16:13 会秃头的小白 阅读(8) 评论(0) 推荐(0) 编辑
摘要: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_wid 阅读全文
posted @ 2023-03-29 16:11 会秃头的小白 阅读(15) 评论(0) 推荐(0) 编辑
摘要: frame.xml package com.example.listview; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import and 阅读全文
posted @ 2023-03-29 16:09 会秃头的小白 阅读(10) 评论(0) 推荐(0) 编辑
摘要: activity_main.xml package com.example.listview; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import an 阅读全文
posted @ 2023-03-29 11:29 会秃头的小白 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2023-03-29 11:27 会秃头的小白 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" andr 阅读全文
posted @ 2023-03-29 11:27 会秃头的小白 阅读(11) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文
posted @ 2023-03-29 11:26 会秃头的小白 阅读(10) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" x 阅读全文
posted @ 2023-03-29 11:25 会秃头的小白 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 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 会秃头的小白 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 58 下一页