我有一个应用程序,它使用带有nav_host_fragment的底部导航栏。我想将nav_host_fragment的背景颜色设置为具有背景颜色(不更改底部导航栏的颜色(。我尝试直接和通过样式设置nav_host_fragment背景,但这些都不起作用
这是我尝试过的(所有可能的组合(
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:background">@color/green</item>
<item name="android:windowBackground">@color/green</item>
<item name="android:colorBackground">@color/green</item>
</style>
样式.xml 文件用于整个应用程序主题。 如果要在特定组件上显示单独的颜色,请在声明的文件中更改它