android - How can I switch the activity of the content of a tab in Tabhost -
मैंने एक TabHost बनाया है और 1 टैब में, मैंने
< Code> mTabHost.addTab (mTabHost.newTabSpec ("tab1") .setIndicator (getString (R.string.dialerIconLabel), getResources ()। GetDrawable (R.drawable.ic_tab_dialer)) .setContent (आशय)); P>
आप आसानी से बदल नहीं सकते हैं कि देखें टैब की सामग्री है हालांकि, उस दृश्य में केवल एक दृश्यमान बच्चे के साथ ViewFlipper , या फ़्रेमलेआउट हो सकता है, जो आपको समान दृश्य प्रभाव दे सकता है।
Comments
Post a Comment