Good morning all. We're in the process of trying ...
# compose
m
Good morning all. We're in the process of trying to replace our current set of native views (we have a lot of legacy code written in xml view land), with views that wrap our compose code. This gives us the ability to not have to rewrite entire screens in compose, but still take advantage of the UI changes and improvements made to our compose controls. One of our controls we're trying to do this with is our toolbar. I'm wondering if anyone has gone through the process of trying to replace an actual Toolbar instance with something that can delegate to compose, but still be treated like a support ActionBar object. I'm not hopeful that there's any reasonable way to do this, but i promised someone i'd ask