08 2022 档案

摘要:1.在Androidmanifest.xml添加权限 <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" /> 2.创建悬浮窗 val daeMon = LayoutInflater.from(this). 阅读全文
posted @ 2022-08-20 17:11 白晨里的影子 阅读(3023) 评论(0) 推荐(0)
摘要://自行替换自己的recyclerView val recyclerView = RecyclerView(this) val linearLayoutManager = LinearLayoutManager(this) recyclerView.layoutManager = linearLay 阅读全文
posted @ 2022-08-16 12:16 白晨里的影子 阅读(456) 评论(0) 推荐(0)