Show the status bar

Monkey Targets Forums/Android/Show the status bar

Loofadawg(Posted 2013) [#1]
Is there a way to SHOW the status bar?

A couple of years ago we could hide it:

http://www.monkeycoder.co.nz/Community/posts.php?topic=199#1091



Also.. how do I go about making the monkey app translucent so you can view what is under it.

http://developer.android.com/guide/topics/ui/themes.html

<activity android:theme=\"@...;


I didn't think it would be as simple as replacing the line reading
android:theme=\"@..."

with the Translucent theme but at least I got the status bar back.


Ironstorm(Posted 2013) [#2]
android:theme=\"@..."

This one displays the status bar.

There isn't an easy way to make your monkey app translucent. You have to change the GameView Class. Here you can read how:

http://stackoverflow.com/questions/2034822/android-opengl-es-transparent-background