摘要: 华为手机不弹出Toast,log报的信息:HwRTBlurUtils: check blur style for HwToast-Toast, themeResId : 0x7f0c0005, context : 。。。我的原因是:重写了getResources方法时调用了setToDefaults()方法导致的。 override fun getResources(): Resources { 阅读全文
posted @ 2019-08-09 17:30 yongfengnice 阅读(963) 评论(0) 推荐(0) 编辑
摘要: 网上的一大堆,都是有问题不完整的,互相copy。。。记录一下自己的解决方法。 另外附上menu的例子代码:res/menu/menu_tool_bar.xml java代码如下: val toolbar = findViewById(R.id.tool_bar)toolbar.inflateMenu(R.menu.menu_tool_bar)toolbar.setOnM... 阅读全文
posted @ 2019-08-09 14:31 yongfengnice 阅读(6197) 评论(0) 推荐(0) 编辑