Answers for "The style on this component requires your app theme to be Theme.MaterialComponents"

0

The style on this component requires your app theme to be Theme.MaterialComponents

<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorAccent</item>
        <item name="colorAccent">@color/colorPrimaryDark</item>
</style>
Posted by: Guest on May-09-2020

Code answers related to "The style on this component requires your app theme to be Theme.MaterialComponents"

Browse Popular Code Answers by Language