Top "Textcolor" questions

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

How to change the Text color of Menu item in Android?

Can I change the background color of a Menu item in Android? Please let me know if anyone have any …

android menuitem textcolor layout-inflater
How do you use NSAttributedString?

Multiple colours in an NSString or NSMutableStrings are not possible. So I've heard a little about the NSAttributedString which was …

ios ios4 nsattributedstring textcolor
How can I change default dialog button text color in android 5

I have many alert dialogs in my app. It is a default layout but I am adding positive and negative …

android android-layout android-5.0-lollipop android-alertdialog textcolor
How to set textColor of UILabel in Swift

When I try setting the color of a UILabel to the color of another UILabel using the code myLabel.textColor = …

iphone swift uilabel xcode6 textcolor
UIButton title text color

I'm setting text color for UIButton headingButton.titleLabel.textColor = [UIColor colorWithRed:36/255.0 green:71/255.0 blue:113/255.0 alpha:1.0]; It's not changing color same code …

ios objective-c iphone uibutton textcolor
UILabel with text of two different colors

I want to display a string like this in a UILabel: There are 5 results. Where the number 5 is red in …

ios objective-c swift uilabel textcolor
Use multiple font colors in a single label

Is there a way to use two, or even three font colors in a single label in iOS? If the …

ios swift uilabel nsattributedstring textcolor
make UILabel's text bold

I want to make UILabel's text bold infoLabel=[[UILabel alloc]initWithFrame:CGRectMake(90,150, 200, 30)]; [infoLabel setText:@"Drag 14 more Flavors"]; [infoLabel setBackgroundColor:[UIColor …

ios objective-c uilabel uifont textcolor
How to change spinner text color

I saw many topics about how to change spinner's text color,but i couldnt understand how to use spinner_item.…

android text colors spinner textcolor