transparency tag

3 questions


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
116 views
0
I want to give 20% transparency to the background on Android.

When I make a text view on Android, if there is a background color in the text view, I want to give it about 20% transparency. What should I do?


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.