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 中带有渐变的文本
我正在尝试为我的应用程序制作一个带有白色背景和渐变色文本的按钮。但是,我发现的所有内容都提供了使用单独的 XML 文件仅将背景设置为渐变颜色的建议。有人可以告诉我是否可以只使用渐变颜色的按钮文本以及如何做到这一点?
使用渐变颜色制作可点击的 textView 并根据需要设置其背景。按照@SidharthLele 指定的链接。