gpt4 book ai didi

android - 如何在android中创建没有xml的多个选项卡

转载 作者:太空宇宙 更新时间:2023-11-03 13:26:02 25 4
gpt4 key购买 nike

我找到了很多在 android 中使用 xml 文件创建选项卡的示例,但我需要以编程方式创建多个选项卡。请指导我。

<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content">

<TextView
android:tag="tab0"
android:text="Tab 1"
android:background="@android:drawable/btn_star_big_on"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
/>
<TextView
android:tag="tab1"
android:text="Tab 2"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
/>
<TextView
android:tag="tab2"
android:text="Tab 3"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
/>

</TabWidget>

我如何以编程方式编写此代码而不是上面的 xml 代码。

最佳答案

检查 Tab With Swipe 例子。它实现了没有 xml 文件的选项卡。

但是每个 fragment 都有 XML 布局。您可以根据需要删除它。

关于android - 如何在android中创建没有xml的多个选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19949430/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com