My app need to show as full screen, now I know how to add this feature into application tag in Mainfest using
android:theme=”@android:style/Theme.NoTitleBar.Fullscreen"
However, I have my own theme called "CodeFont", and I cannot use two themes at the same application. How I can add this feature into my own style tag in my resources file? there is no such android:style tag. plz help. thx.