I work on an Android audio app with Android Auto support. Everything works correctly EXCEPT the Android Auto UI does not display a playhead position/progress indicator like I can see in many other audio apps.
An example is in the screenshot below: the progress indicator runs along the top of the controls, above the Play/Pause button.
Our app: no progress indicator? Hmmm.
None of the documentation for creating Android Auto media apps appears to mention this UI detail. It seems like it should just work. Any suggestions?
The answer turns out to be embarrassingly simple and it occurred to me after I edited the question to add the screenshot from our app. HINT: notice the white pause button.
Both the play/pause button and the progress indicator use the app theme accent color. Our accent color is basically white. The progress indicator IS there but it is white on white.
If I darken accent color, the indicator is clearly visible. Unfortunately, Auto does not handle light accent colors very well.