答案 0 :(得分:1)
在res / values / styles.xml中创建样式
<style name="toolbarStyle" parent="ThemeOverlay.AppCompat.Light">
<item name="android:colorBackground">#4286f4</item>
<item name="android:textColor">#ffffff</item>
</style>
然后在工具栏的xml中应用该样式
app:Theme="@style/toolbarStyle"