-
i_am_kkLikes 0Problem Description
How to set Full Screen in android i.e., how can i hide the the home and back buttons in Android?
The notification bar is not visible.
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
The above has been added to the Manifest file.
I am using Eclipse to code and testing it on Moto E2.
-
Sonar Systems adminLikes 0
Check out this link http://developer.android.com/training/system-ui/immersive.html
-
i_am_kkLikes 1
I tried this and its working now.
This reply has been verified.
-
Sonar Systems adminLikes 0
Good to hear :D
Login to reply