Hi:
        I want  to you know ,  when you write the two codes in your 
TabActivity:
        requestWindowFeature(Window.FEATURE_NO_TITLE);
        getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, 
WindowManager.LayoutParams.FLAG_FULLSCREEN); this means your TabActivity is 
full screen ,however ,your IntentGroup1.class is not  full screen .Because 
your View show in the IntentGroup1.class,so the two codes 
:requestWindowFeature(Window.FEATURE_NO_TITLE);getWindow().setFlags(WindowManager.LayoutParams
 
 ,FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)
should write your IntentGroup1.class.i hope it will do help you.
   sorry ,my english is not good ,i hope you understand.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to