android - Do an Activity Inside Fragment -
i did guy's tutorial on how make actionbar , followed instructions letter. made 2 tabs show off 2 fragments, fragment , fragment b.
i had expandedlistview on launcher mainactivity before , since mainactivity.xml holds fragment container tabs, how can move expandedlistview first or second fragments?
before implemented actionbar, mainactivity.xml holds expandablelistview.
then implemented actionbar 2 tabs, fragment , fragment b. how move expandablelistview inside 1 of these tabs? hope takes time read guy's tutorial because has same layout mine because copied it.
i believe, there's no expandedlistfragment
. probably, decided not support expandedlistview
fragment because expandedlistview
strange-looking ui control. may want consider using several listfragments
instead.
Comments
Post a Comment