中国营销传播网手机版,网站优化排名软件,如何在百度创建网站,阿里巴巴企业邮箱登录入口问题
在Android 13 上开启辅助屏幕。但是发现辅助屏systemui 导航按 icon没有显示#xff0c;但是点击对应的区域有作用
分析
可以用 anroid device monitor 工具分析视图
解决 public NavigationBarView(Context context, AttributeSet attrs) {super(context, attrs);…问题
在Android 13 上开启辅助屏幕。但是发现辅助屏systemui 导航按 icon没有显示但是点击对应的区域有作用
分析
可以用 anroid device monitor 工具分析视图
解决 public NavigationBarView(Context context, AttributeSet attrs) {super(context, attrs);//add start if (context.getDisplayId()! Display.DEFAULT_DISPLAY){context.setTheme(R.style.Theme_SystemUI);}//add end