I'm just trying to use the no action bar. I don't know why this is failing to import.
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light.NoActionBar">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
Error states [2015-06-11 22:26:46 - Krowd1] D:\WorkSpace\Krowd1\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Light.NoActionBar'. [2015-06-11 22:26:46 - Krowd1]
I've tried doing what the posts at stack say to import the V7 support and stuff. But to do that it says access denied? What to do now?
To remove the action bar just type this code in your activity where you want to remove the actionbar.
Hope its work!