Skip to content

Commit

Permalink
About: Updated credits icon theme
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Dec 1, 2021
1 parent 4887f08 commit b7fa276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private void librariesInit(List<RecyclerViewItem> items) {
credits.setTitle(getString(R.string.credits));
credits.setFullSpan(true);
DescriptionView creditsSummary = new DescriptionView();
creditsSummary.setDrawable(getResources().getDrawable(R.drawable.ic_credits));
creditsSummary.setDrawable(ViewUtils.getColoredIcon(R.drawable.ic_credits, requireActivity()));
creditsSummary.setSummary(getString(R.string.credits_summary));
creditsSummary.setOnItemClickListener(item -> new sCreditsUtils(Common.getCredits(),
sUtils.getDrawable(R.mipmap.ic_launcher, requireActivity()),
Expand Down

0 comments on commit b7fa276

Please sign in to comment.