Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个 android 浏览器应用程序(带有 webviews),但我面临一个问题,我不完全知道如何为新窗口制作标签......它有碎片吗?太感谢了。山姆·帕纳格罗索
你可能正在寻找这个:
http://developer.android.com/reference/android/widget/TabWidget.html
您可以使用 FragmentTabHost 来制作标签。
在该 TabWidget 内使用 FragmentTabHost,然后最后使用 TabsContent,即 FrameLayout int 主 LayoutFile。
然后,您可以在 Fragment 的布局文件中使用一个带有 WebView 的 Fragment。
然后通过使用 FragmentTabHost 类,您可以创建选项卡。