0

在尝试在 google pixel 2 XL 上运行我的应用程序时,软键栏保持透明,这在剩余的像素手机中以某种方式处理(软键后面的黑色背景)。有没有办法从你的应用程序中处理它

4

1 回答 1

1

得到的解决方案只是在“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>`

早些时候这是真的

于 2018-07-09T14:56:30.803 回答