在ActionBar选项卡中使用片段来创建小部件

时间:2012-06-11 00:53:49

标签: android android-widget android-fragments android-actionbar android-tabs

我制作了一个使用FragmentTabs来实施ActionBar Tabs的计划。

我想知道如何将小部件添加到Fragments中的虚增Tabs。它比平常更复杂,因为片段只返回onCreateViewTabListener,所以我如何添加功能小部件?我不需要特定的代码,只需要逻辑!

点击Fragment时,inflated示例为Tab,其中我需要小工具:

public class IdFragment extends Fragment{       
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) 
    {
        // Inflate the layout for this fragment
        return inflater.inflate(R.layout.id_layout, container, false);
    }
}

0 个答案:

没有答案