Hi,
When you suggest updating the theme style to: <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
It causes the text on the action bar to turn dark, using this instead fix it: <style name="AppTheme" parent="Theme.AppCompat.NoActionBar">