Good morning all, so I have done some research and...
# compose
v
Good morning all, so I have done some research and don't find any reference to what I'm looking for. I have a company's logo in an image. In trying to set the image as the background for topbar instead of a color. Such as
c
I think your best bet is to have an image that doesn't actually have a background color included in it. and preferably have it in svg format. (most companys have their logos available in svg as its infinitely resizeable). And so then you would just set the color of your AppBar to black, and add "Geoprobe" svg (or png as a backup). This will make sure that it's resizeable on wider devices and stuff (vs just an image thats stretched)
1
v
Thanks, that's a good idea. Lol guess I was over thinking it.
Attempting to make the whole top part the top bar. @Colton Idle your tip worked in case you were wondering. Set the svg with transparent background and the background of the bar to black. Now I'm seeing them into boxes, and that way I can achieve that look and still confirm to different devices
c
Nice. Good luck!