<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Material.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/ColorPrimary</item>
<item name="colorPrimaryDark">@color/ColorPrimaryDark</item>
</style>
这是我的代码显示如下错误 java.lang.RuntimeException:无法启动活动ComponentInfo {com.colors.floatingactionbutton / com.colors.floatingactionbutton.MainActivity}:java.lang.IllegalStateException:您需要将Theme.AppCompat主题(或后代)与此活动一起使用。