Skip to content

Prevent transport indicators from looking like buttons

Torsten Grote requested to merge transport-indicators-no-buttons into master

This was more tricky than expected, because normally the transport indicators were never supposed to be clickable and thus never look clickable.

Turns out the GridView uses a selector drawable by default which reacts to click events. Setting a different selector drawable resolves this.

When implementing #185 (closed) we should do it without a GridView.

Can be backported.

Merge request reports