Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
These changes would be really nice! Being able to change the text colour is really important as it now doesn't match the rest of our app either.
Stack overflow posting -http://stackoverflow.com/questions/32533069/how-to-change-a-title-color-in-chrome-custom-tabs
Stack overflow posting -
[Deleted User] <[Deleted User]> #3
Changing text color and the overflow icon color is important to us too! Awesome work on the feature though.
vi...@google.com <vi...@google.com> #4
The ability of customize the status bar color is very important!
Description
I've created a sample app that shows the issue, and I've implemented the progress bar twice. Once with android.graphics.Canvas (not working), and once with androidx.compose.foundation.Canvas (is working).
For context, I'm trying to get it working with android.graphics.Canvas so I can ultimately use it in an Android Widget using Glance, which does not support androidx.compose.foundation.Canvas as far as I can tell.