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 2.2 中创建自定义选项卡的最佳方法。像这样的东西。
我知道 TabHost 但对它的 UI 不满意。我想在 2.2 中创建自己的标签 UI,如上图所示。请建议我最好和最简单的方法来做到这一点。
为您的选项卡创建一个自定义视图,其中包含状态列表可绘制对象等!
最适合您的教程:
http://joshclemm.com/blog/?p=136
这是一个示例代码:
http://code.google.com/p/android-custom-tabs/
ActionBarSherlock具有标签功能。您可以从此处下载 Demos Sample并查看 Tab Navigation Sample。我想你会发现它很有用。