此按钮样式和代码的名称

时间:2013-07-20 18:25:40

标签: android

我只是想知道这个按钮样式的名称以及我需要在我的应用程序中实现此按钮所需的代码。 我已经搜索了一些按钮样式,但我无法弄清楚这个按钮的名称。 Buttons

2 个答案:

答案 0 :(得分:0)

这不是按钮,这是标签。搜索标签。您也可以使用像sherlock这样的第三方库来实现这一点。请参考develoerandroid.com。

答案 1 :(得分:0)

查看此博客文章的标签部分: http://android-developers.blogspot.com/2011/04/customizing-action-bar.html

<!-- style for the tabs -->
<style name="MyActionBarTabStyle" parent="android:style/Widget.Holo.Light.ActionBarView_TabView">
    <item name="android:background">@drawable/actionbar_tab_bg</item>
    <item name="android:paddingLeft">32dp</item>
    <item name="android:paddingRight">32dp</item>
</style>