Skip to content

Don't use attr for color value in drawables.

According to the following this is not supported on API <= 21:

This uses the approach in that SO answer, by extracting the attribute to instead point at a drawable, and have one drawable for each theme. It fixes two crashes:

  • When viewing the "Categories" tab.
  • When viewing details of an app that has donation options.

Fixes #979 (closed).

Merge request reports