Top "Textcolor" questions

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

Android: How can I access the default text color? (No theme, just the standard one)

very short question: if I want to set some text (in a TextView) back to the default text color, how …

android user-interface textcolor
Can textview have letters in different colors?

I want to display '123' but 1 in red color 2 in green and 3 in black ... Is that possible, or is …

android colors textview textcolor
Android HoneyComb DatePicker Text Color

I'm searching for a possibilitie to adjust the text color of the datepicker widget in an android honeycomb app. I …

android coding-style datepicker textcolor
Android: How can I change AlertDialog Title Text Color and Background Color without using custom layout?

I want to change AlertDialog title color and background color without using custom layout. My requirement, I tried below code, …

android android-alertdialog background-color textcolor
Eclipse SQL Editor normal text color

I was able to change all the other SQL syntax coloring in Eclipse Preferences, but the normal (non-Sql-syntactic) text is …

sql eclipse editor settings textcolor
Spinner drop down menu items color (Android)

So I have a spinner and I was successful in changing the color of the selected item but I am …

android-spinner textcolor
Change textcolor of UIWebView

I am making an epub reader, into which I am loading HTML pages in my webview: [_webview loadRequest:[NSURLRequest requestWithURL:[…

iphone ipad uiwebview background textcolor
UILabel Text with Multiple Font Colors

Is there a way to have the textColor property of a UILabel be two different UIColors? Basically I'm trying to …

ios iphone objective-c uilabel textcolor
UILabel with two different color text

How can i have a UILabel with two different colors for the font? I will have text in two different …

ios xcode uilabel nsattributedstring textcolor
UILabel with text of different color in Storyboard

I try to set UILabel with text of different colors programmatically using, NSMutableAttributedString * string = [[NSMutableAttributedString alloc] initWithString:@"firstsecondthird"]; [string addAttribute:…

ios objective-c xcode uilabel textcolor