When adding a material to my UI, the UI element (a progress bar in this case) disappears when playing on my Android device. It appears as expected in the Unity editor (2018.4)
This is the material I’m using

How do I get the progress to appear in android builds using materials? Materials are highly preferred because they won’t distort on different devices like raster images will.