-
Notifications
You must be signed in to change notification settings - Fork 114
TitleTextColor not correctly set #9
Comments
Hi Steve, thanks for the bug report. The reason for that is that we use If you need help, you can just ask here or via email at [email protected]. Please note that all modifications I made to the original Support Library code are marked with comments to simplify updating the code with later changes in the Support Library. So if you do adjustments, these should of course also be marked if they aren't already. |
Thanks @johan12345! I have not had a chance to do any testing on this but plan on in soon. I see the reason it is setup like that for the blending but will just need to test a bit. It may be as easy as just extracting the alpha out of the textColors but I would imagine that will break or cause other things to go wrong. I also took notice here (could be related to this issue): https://github.com/opacapp/multiline-collapsingtoolbar/blob/master/multiline-collapsingtoolbar/src/main/java/net/opacapp/multilinecollapsingtoolbar/CollapsingTextHelper.java#L336 Again thanks, and I will keep you updated on any progress. |
Yes I same poblem
Show title in black color when expanded, transparent = #00000000 |
@webserveis As written in the README, we can't spend much time to fix problems that don't occur in our app (we don't use transparent text there). I don't know if @codeversed is still working on fixing this, but if you want, you are welcome to try it too and send a Pull Request. I explained what needs to be adjusted in my post above. |
setCollapsedTitleTextColor and setExpandedTitleColor seems to not show the title with alpha. I tested the original CollapsingToolbarLayout and it works as expected.
It seems to jump to white/black or the closest opaque color. I plan on digging deeper into this tomorrow.
The text was updated successfully, but these errors were encountered: