Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my app i have to hide the System UI in android phone could any one pls help..Regarding this....
Posted
Comments
ridoy 19-Jul-13 10:48am    
you need to clear your question.very unclear to understand it..elaborate it with what you want?
ridoy 19-Jul-13 10:50am    
do you want to hide system/navigation bar?
Bharath Kumar Gorle 22-Jul-13 1:18am    
Sry dudes... I dont what we call it as..the buttons that are there to go back...opening the menu in android...

1 solution

in your activity declaration in the AndroidManifest.xml file, declare the activity theme to be fullscreen:
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900