Was divided into two tabs, as follows.

maintab.java]
tab0.setIndicator("",
getResources().getDrawable(R.drawable.b01)).setContent(new
Intent(this, StartPage.class));
tab1.setIndicator("",
getResources().getDrawable(R.drawable.w02)).setContent(new
Intent(this, SecPage.class));


During the first tab in the content pages can move.
[StartPage.java]
Intent intent = new Intent(StartPage.this, ThirdPage.class);
startActivityForResult(intent, 1);


Go to the page like that again, the resulting value is retrieved.

Go to the top of the page you like, but the tab disappears and the new
activity generated by the full screend

To leave the tab at the bottom of framelayout only way to do that?

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

Reply via email to