Feature/configurable table odd row alpha#354
Feature/configurable table odd row alpha#354ntomasevic-vfy wants to merge 2 commits intonoties:masterfrom
Conversation
|
Hello @ntomasevic-vfy , First of all, I appreciate your effort. But let me just ask - why would you need a special setting for alpha when you can specify color via |
|
Hi @noties ,
|
|
It seems, @ntomasevic-vfy , that you describe a bug that should be fixed 😉 It is better to fix current implementation (to allow transparent color) then putting a temporary plaster of adding an alpha setting (why not adding alpha for other color values?). You intend to use |
|
Yes, I used it as zero but now I use a workaround (I set any color with opacity 0 but not Color.TRANSPARENT or @android:color/transparent). I was in a hurry and didn't fix the project as it should be. I assume that you should use different condition for checking weather you should use |
Odd rows of a table by default has set alpha channel (value is 22) but it should be configurable.