Skip to main content

Questions tagged [textcolor]

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

textcolor
0 votes
0 answers
24 views

How to color the legend labels in ggplot [duplicate]

Using the iris dataset, we can make a boxplot and customise the legend when plotting using ggplot like so: ggplot(data = iris, aes(x=Species, y=Sepal.Length, fill=Species))+ geom_boxplot()+ ...
Ginko-Mitten's user avatar
0 votes
1 answer
35 views

Why text colors are not working in Xiaomi 12T

The text in totalizador1TextView, do not change according with instruction, allways black. MIUI Global 14.0.13 Android 13TP1A <?xml version="1.0" encoding="utf-8"?> <...
João Marques's user avatar
-1 votes
1 answer
42 views

Can I edit text color by letters in VS?

I work with .csv database and I need to color all words with specific color that start with letter "G" but i cant find tutorial or something that would help me. I try settings.json with &...
Vojtěch Žídek's user avatar
0 votes
1 answer
315 views

Change text color in the AppShell in .NET Maui (.NET 8)

I would like to change the text color in the AppShell. Under .NET 6 I had the following implementation in the Styles.xaml, which worked like this: <Style Class="FlyoutItemLabelStyle" ...
Andreas's user avatar
0 votes
1 answer
277 views

How to apply/change color to partial text in a cell from the resultant excel formula in VBA?

I have this statement in excel cell B12 which is actually the resultant value of a very complex excel formula: "● Up to January 23, 2024 - The national mean monthly temperature was 10.12 °C, ...
Raza Ashfaq's user avatar
0 votes
1 answer
111 views

How do I change the color of the text in the thumb-label of the Vuetify v-slider component?

I have been struggling for a bit now, and my goal is to give the thumb label of my v-slider a custom color, defined in the part of my component. How do I do that? Thanks, Joost
J.Somers's user avatar
0 votes
2 answers
255 views

How to change the text color of a QML Button when the Button is hovered in Qt6

How can I change the text color of the Button when the Button is hovered? I don't want to draw a rectangle. Button { id:button x: 58 y: 246 width: 188 height: 34 onClicked: ...
Arlyn Annie's user avatar
0 votes
1 answer
84 views

How can I change the color of text which is displayed in a text box after a button is pressed?

On my C# code when the compile button is pressed, it displays a Success message in a text box but i want different lines of the text to be different colors. How can I do that? I'm using .NET Framework ...
Ash's user avatar
  • 11
0 votes
1 answer
46 views

How to set default android:textColorLink

I am attempting to set an app-wide style for my TextViews that has a specific color for links. If I set android:textColorLink on each individual TextView, it works fine. However, if I set android:...
acbarker15's user avatar
1 vote
0 answers
29 views

UITextField textColor changed after clearing the text

The text color starts out as red and changes to blue after clearing the text. @interface ViewController () @property (nonatomic, strong) UITextField *textField; @end @implementation ViewController ...
ios learner's user avatar
0 votes
0 answers
58 views

Xamarin.Forms Label TextColor Not Applying

I am experiencing an issue with setting the TextColor property for a Xamarin.Forms Label. Despite specifying a color, the text remains transparent. I have tried the following: Ensured there are no ...
user avatar
0 votes
1 answer
59 views

How to change the color of the date value when have passed 2 days in a SharePoint list?

I am trying to change the color of Due Date when it is more than 2 days to become Red and if within 2 days Orange and less then 2 days to be Green . I have created this DueDateStatus calculated column ...
Andy Andi's user avatar
0 votes
2 answers
78 views

How to change color of text based on user input in Javascript

I would like to change color of the header based on what color the user chooses and types in in the input box provided. I just can't figure out how to type correctly if (user input === color){ ...
poop's user avatar
  • 7
0 votes
1 answer
55 views

Why the output text is black?

This is what I can see in a cell of an ipynb file: In Visual studio Code, the text colour has been changed and I don't know why. Before it was white on a black background, and now it is black on a ...
Alfonso's user avatar
0 votes
1 answer
211 views

Google Sheets to Slides w/Apps Script - How do you keep cell text color?

trying to move data from sheets to auto fill a template in Google Slides. I've gotten it to work, however, I want it to keep the colors of the font of the shapes. The shapes are just the font with ...
Silverett's user avatar

15 30 50 per page
1
2 3 4 5
34