Closed Karan326 closed 4 years ago
Change your AppTheme parent to Theme.MaterialComponents
Before
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
After
```
<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
Actually sir i made wrong vector files, thats why I got that error. But thank you so much for replying. hope you won't mind if I text you in future for any query!
On Sat, Sep 12, 2020 at 12:16 AM Mridul Mishra notifications@github.com wrote:
Change your AppTheme parent to Theme.MaterialComponents
Before
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> </style>
After
<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar"> <!-- Customize your theme here. --> </style> — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/codeMoriarity/Track-your-Fit/issues/1#issuecomment-691255511>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APZMR75VITLQM7ALJGJYOLLSFJV77ANCNFSM4QTHOLWA> .
Sir I am also making a running tracker app, but got this error 2 days back and couldnt able to solve it yet, so could you please help
Error is in inflating class google android material bottom navigation I tried stackoverflow, youtube, but it didnt work