0
小吃店包含Google Pixel設備的控制按鈕。該設備運行和牛軋糖的截圖說明了問題:Android小吃店,覆蓋Google Pixel中的控制按鈕
這是發生由於按鈕是虛擬的。在控制按鈕爲虛擬的設備中,需要進行哪些更改才能避免此問題?
代碼:
Snackbar.make(MainActivity.this.getWindow().getDecorView(), getString(R.string.incorrect_details), Snackbar.LENGTH_LONG).show();
嘗試在第一個參數findViewById使用(android.R.id.content) –