Skip to content

Instantly share code, notes, and snippets.

@tshrkmd
Last active November 3, 2022 09:58
Show Gist options
  • Star 39 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save tshrkmd/6159846 to your computer and use it in GitHub Desktop.
Save tshrkmd/6159846 to your computer and use it in GitHub Desktop.
Theme.AppCompat.Light.NoActionBar
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.AppCompat.Light.NoActionBar" parent="@style/Theme.AppCompat.Light">
<item name="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item> <!-- For 2.x version -->
</style>
</resources>
@sphairo
Copy link

sphairo commented Jul 21, 2015

this works well

<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">

@sphairo
Copy link

sphairo commented Jul 21, 2015

< style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" >

@bazinga29
Copy link

worked for me! thanks a lot!

@Bhagirath123
Copy link

hi all
i have create my project in ionic v3
i have run my ionic app in android and i am getting error about Theme.AppCompat.Light.NoActionBar

  • What went wrong:
    Execution failed for task ':app:processDebugResources'.

Android resource linking failed
error: resource style/Theme.AppCompat.Light.NoActionBar (aka io.ionic.myapp:style/Theme.AppCompat.Light.NoActionBar) not found.
error: failed linking references.

plz help
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment