Merge branch 'category-tweaks' into 'master'

Add final artwork and correctly read colours.

Closes 

See merge request 
This commit is contained in:
Hans-Christoph Steiner 2017-06-08 10:18:56 +00:00
commit 318bbfc140
2 changed files with 1 additions and 1 deletions
app/src/main
java/org/fdroid/fdroid/views/categories
res/drawable

@ -120,7 +120,7 @@ public class CategoryController extends RecyclerView.ViewHolder implements Loade
}
public static int getBackgroundColour(Context context, @NonNull String categoryName) {
int colourId = getCategoryResource(context, categoryName, "color", false);
int colourId = getCategoryResource(context, categoryName, "color", true);
if (colourId > 0) {
return ContextCompat.getColor(context, colourId);
}

Binary file not shown.

After

(image error) Size: 11 KiB