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 样式。但是,我希望能够添加几行文本,其中文本的某些字符将采用不同的颜色。有没有办法实现这一点,我似乎看不到办法?
目前我已经通过绘制背景创建了一个看起来像按钮的视图,这没关系,但我希望背景等随着应用程序样式的变化而变化。
您应该使您的按钮从Widget.Button. 这样,您可以确保所有默认设置都会为您提供。
Widget.Button