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 trialbreyonnamingledoff
2,600 PointsFor some reason my title bar isn't appearing?('m using Android Studio).
I have completed deleted and restarted this project thinking that would help and same issue?
2 Answers
Damien Watson
27,419 PointsI'm going out on a limb here and saying that you are talking about in the preview shown in Android Studio when on the Design tab of an xml file??
If so, then the status of the display for the 'preview' is set by the drop downs directly above it. The buttons from left to right are:
- Configuration
- Virtual device
- Next state (rotation)
- App theme <---- this is the one you want to click on
- etc..
This only affects the preview, so choose a theme that includes the nav bar like:
Material Light > Material.Light.DarkActionBar
Nav bar should now show. Hope this helps :)
breyonnamingledoff
2,600 PointsTHANK YOU!!!