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 trial

Android Build a Simple Android App (2014) Improving Our Code Adding More Colors

Is it possible to change the color of the status bar and the homebuttons, etc, as well?

In the images of the design plan, I saw that along with different background colors for each fact, the artist also had the tint of the status bar up top and the navigation buttons at the bottom also change according to the color of the background, and I was wondering whether it would be possible to implement this without too much trouble?

1 Answer

Harry James
Harry James
14,780 Points

Sadly this isn't possible on stock Android as of yet - the buttons are part of Android itself and can't be modified by apps (This applies for stock Android as some modified versions of Android are capable of allowing apps to change the control bar).

What you can do however, is make the app full screen - hiding both the action buttons and notification bar or, you could use a transparent notification bar (The home, back and menu buttons still appear, however).

Hope it helps! :)