Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMazen Itani
1,614 Pointscan't get rid of Actionbar
This is my code in Style.xml: <resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>
Mazen Itani
1,614 PointsHi Grigorij It worked, the problem was with inside layout pallet, it was showing the Action bar despite that i removed it, but when i run the app, it doesnt show the action bar, so I hit the theme button above the pallet and chose : NoActionBar. it worked.
thanks
Grigorij Schleifer
10,365 PointsGrigorij Schleifer
10,365 PointsHi Mazen,
what do you have inside the AndroidManifest.xml?
This is what I have:
Grigorij