1
A
回答
4
對於改變的TextView的文本顏色,你需要設置其textColor屬性。
在XML文件中,你可以這樣做:
<TextView
android:text="Some text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffff00"
android:background="#ff0000"
/>
通過編程可以使用設置TEXTCOLOR及其在TextView的背景:
text_view.setBackgroundColor(Color.RED);
text_view.setTextColor(Color.BLUE);
希望這有助於。 !
0
試試這個代碼
text.setBackgroundColor(56565);
text.setEnabled(true);
它將有助於ü
0
從https://gist.github.com/Skamp/1330169
final ColorStateList colors = textview.getTextColors();
...
textview.setTextColor(colors.withAlpha(255));
以下
你可以改變TextView的只是alpha值一樣
相關問題
- 1. textview未顯示文本
- 2. Textview顯示部分文本
- 3. 灰色文本框
- 4. 用資源佈局顯示TextView文本
- 5. Android TextView顯示文本作爲鏈接
- 6. TextView中的突出顯示的文本
- 7. TextView的高亮顯示文本懷疑
- 8. Textview正確顯示編碼文本
- 9. Android:爲TextView顯示長文本
- 10. 安卓在TextView中顯示文本
- 11. TextView中如何顯示文本
- 12. 將EditText的文本顯示爲TextView
- 13. Android:動畫TextView有長文本顯示
- 14. 文本框中的臨時灰顯文本
- 15. UIDocumentPickerViewController - 所有文件灰顯
- 16. JFileChooser.showSaveDialog:所有文件灰顯
- 17. 複選框灰顯文字
- 18. TextView文本文件通過類的TextView可用文本 - Android
- 19. WPF文本塊灰色文本
- 20. 更改TextView文本
- 21. Textview居中文本
- 22. textView中的文本
- 23. 如何管理textview和textview文本?
- 24. 阿拉伯文+英文文本在android中顯示爲空TextView
- 25. TextView的文本ViewPager沒有顯示,而EditText上正顯示出
- 26. Android TextView:我可以停止顯示部分顯示的文本
- 27. TextView不顯示文字
- 28. 不顯示全文的Textview
- 29. TextView不顯示文字
- 30. Glade Textview不顯示文字