Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在尝试在 google pixel 2 XL 上运行我的应用程序时,软键栏保持透明,这在剩余的像素手机中以某种方式处理(软键后面的黑色背景)。有没有办法从你的应用程序中处理它
得到的解决方案只是在“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>`
早些时候这是真的