自定义buttonBarButtonStyle

时间:2014-04-13 18:16:15

标签: android android-styles

在APP中我想要一个自定义的按钮文本颜色,因为背景不太匹配。所有这些都发生在ButtonBar Style中。我观看了Nick Butcher的Slides,并阅读了关于这个主题的几乎所有SO问题。

以下样式会更改文本颜色,但按钮不会无边框。我很好奇如何在不破坏其他属性的情况下覆盖它?

<style name="CustomButtonBarButtonStyle" parent="android:attr/buttonBarButtonStyle">
    <item name="android:textColor">#fff</item>
</style>

APP使用API​​等级15,所以一般的风格就在那里。

0 个答案:

没有答案