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.
如何更改单个 TextView 的 R、G、B?
TextViews 没有亮度属性。它们的前景色和背景色使用 ARGB 值设置,例如:0xff000000 用于不透明的黑色背景,0xffffffff 用于不透明的白色前景。
要增加亮度,只需将所有 R、G 和 B 增加相同的量。
要更改 TextView 的颜色,可以使用android:background和android:textColorxml 属性。
android:background
android:textColor