Top "Textcolor" questions

textColor is an attribute used for setting a font color, typically used in TextViews xml definitions.

What is android default color for disabled text in edittext?

I want to set hint color in EditText as disabled text color. So I am using android:textColorHint attribute. But …

android android-edittext textcolor
Android Linkify how to set custom link color?

I want to set my android linkify text color to a custom color however mText.setLinkTextColor("#2f6699"); does not work, …

android linkify textcolor
C# RichTextBox colored text

I've a RichTextBox and I want color text in it. Is there any tag option? I'd like something like this […

c# winforms richtextbox textcolor
How to change the text color in a CATextLayer in Swift

I want to change the text color of a CATextLayer. This does not work myTextLayer.textColor since there is no …

ios swift textcolor catextlayer
How can we change the font of tableview header?

I am using some background color for the tabelView and style is grouped. The text in the header for the …

iphone ios uitableview fonts textcolor
Static control set text color

I have a static control: HWND hLabelControl=CreateWindowEx(WS_EX_CLIENTEDGE,"STATIC","", WS_TABSTOP|WS_VISIBLE|WS_CHILD|SS_CENTER,0,0,24,24, …

c++ winapi textcolor
android Number picker text colour

I want the values in number picker to be white. I did the folloowing code which made it default black. …

android textcolor numberpicker
How to change UISearchBar Font Size & Color?

I've google fews hours how to change my UISearchBar font size & color, but I cannot any documents related to …

swift uisearchbar textcolor
how to change switch imput text color in xml?

My text in my switch defined in a xml file won't to change it's color stay black as the activity …

android xml switch-statement textcolor
How to use setTextColor for Android Radio Buttons?

I am trying to change the text color of a RadioButton (which is defined in an xml layout and is …

android radio-button textcolor