gpt4 book ai didi

覆盖 Google Pixel 中控制按钮的 Android Snackbar

转载 作者:行者123 更新时间:2023-11-29 16:58:59 25 4
gpt4 key购买 nike

Snackbar 覆盖了 Google Pixel 设备的控制按钮。该设备正在运行牛轧糖,屏幕截图说明了这个问题:

enter image description here

这是因为按钮是虚拟的。需要进行哪些更改才能在控制按钮为虚拟的设备中避免此问题?

代码:

Snackbar.make(MainActivity.this.getWindow().getDecorView(), getString(R.string.incorrect_details), Snackbar.LENGTH_LONG).show();

最佳答案

作为第一个参数android.R.id.content

 Snackbar.make(findViewById(android.R.id.content), getString(R.string.incorrect_details), Snackbar.LENGTH_LONG).show();

关于覆盖 Google Pixel 中控制按钮的 Android Snackbar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43600378/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com