How Can App Run On Full Screen Mode In Android
I have created an app when I run It into tab then it is not taken full screen,I have also done its property'Full Screen With No title bar'So it is coming without title. thanks
Solution 1:
you can add android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
to the AndroidManifest.xml
Post a Comment for "How Can App Run On Full Screen Mode In Android"