App crashing after theme update
The app I was working on so far was working fine until I added a couple of new activities and tried applied some changes to the theme. The following is my styles.xml file. I looked into other results and added a parent to AppTheme as I was getting an error regarding AppCompat earlier. I also made AppTheme parent of NoActionBar. One thing I noticed was when I apply AppBarOverlay to Register User Activity it crashes and when I apply other it doesn't. Main Activity is crashing regardless. <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light