尝试在Google Pixel 2 XL上运行我的应用程序时,软键栏保持透明,这在其余像素电话(软键后面的黑色背景)中得到了某种处理。有没有一种方法可以通过您的应用程序来处理
答案 0 :(得分:0)
在“ android / app / src / main / res / values / styles.xml”中的以下几行中更改了解决方案
`<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:windowIsTranslucent">false</item>
</style>`
在那之前是真的