color tag

8 questions


1 answers
69 views
0
How to change the color integer value to hex String on Android

An integer value was generated in android.graphics.Color. The integer value is -16776961.I'd like to change this value to #RRGGBB format for hexString. How shall I do it?For example, I want to change ...

1 years ago

1 answers
118 views
0
Change action bar text color

How do I change the color of the letter in the action bar? I inherited the HoloLight Theme, but I can change the background color of the action bar, but I can't find the text color attribute. Android:...


1 answers
86 views
0
Can I change the color of half of Android textview?

If it's 10:15 as implemented in Everytime, I'd like to change it to only 1/4 color, which is 15 minutes, so how can I implement it?It is being implemented through textview.

1 years ago

1 answers
126 views
0
Can I change the color of TextView's text with the code?

When you change the color of TextView in XML, you change the textColor property like android:textColor=#FF0000

1 years ago

1 answers
104 views
0
When you represent transparency in a color representation in hexadecimal,

I'm implementing transparency options on the widget, but the hexadecimal color value is a problem. If you want to give 50% transparency to colors like #33b5e5 in hexadecimal color expression, you can ...


1 answers
111 views
0
I have a question for pyqt5.

Recently, I am making a simple socket chat program with pyqt5.In this process, I would like to make a color pallet that can determine the color of the font using the combo boxI want to know how to put...


1 answers
89 views
0
Is there a way to get the color value of int type from color resource?

Is there a way to get the color value of int type from color resource?

1 years ago

1 answers
64 views
0
I want to understand how to express colors on Android. (Expressing it in six digits)

I'm studying how to express colors on Android. I gave the background color to the linear layout as shown below.If you test it, there's a bit of transparency in gray.<gradient android:startColor=#b4...


© 2024 OneMinuteCode. All rights reserved.