Android 中的自定义选项卡或导航栏
我正在尝试在屏幕顶部的应用程序中创建一个选项卡或导航栏,其外观应如下所示:
是否可以创建这种类型的选项卡..我该怎么做...
谢谢!!
I am trying to create a Tab or navigation bar in my application at the top of the screen ,which should look like this :
Is it possible to create this kind of tab ..How can i do this...
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在 Android 中一切皆有可能:),我的意思是您可以轻松自定义它,最好先浏览一下这个示例:自定义 Android 选项卡。
当您想要在选项卡中自定义带有圆角边框的选项卡栏时,您需要关注上面示例中给出的步骤 3 和步骤 4。
Yes everything is possible in Android :) , i mean you can easily customize it, better you go through this example first: Custom Android Tabs.
As you want to customize tab bar with rounded border in tab, you need to concentrate on Step-3 and Step-4 given in above example.