摘要: 使用 app:iconTint 代替 android:iconTint //android:iconTint="@color/white" app:iconTint="@color/white" 阅读全文
posted @ 2022-11-10 16:07 jing砸鸭 阅读(92) 评论(0) 推荐(0)
摘要: 将此段代码放到Acitivity @SuppressLint("RestrictedApi") override fun onCreateOptionsMenu(menu: Menu?): Boolean { if (menu is MenuBuilder) { menu.setOptionalIc 阅读全文
posted @ 2022-11-10 16:04 jing砸鸭 阅读(110) 评论(0) 推荐(0)
摘要: 详见 Golang教程:编译可在Android设备上运行的Go语言程序 Github actions Go语言全平台自动构建: https://github.com/jing332/tts-server-go/blob/master/.github/workflows/test.yml 准备 Gol 阅读全文
posted @ 2022-09-09 08:05 jing砸鸭 阅读(3235) 评论(3) 推荐(2)