Skip to content

Commit b7fa276

Browse files
About: Updated credits icon theme
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 4887f08 commit b7fa276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/smartpack/kernelmanager/fragments/other/AboutFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private void librariesInit(List<RecyclerViewItem> items) {
196196
credits.setTitle(getString(R.string.credits));
197197
credits.setFullSpan(true);
198198
DescriptionView creditsSummary = new DescriptionView();
199-
creditsSummary.setDrawable(getResources().getDrawable(R.drawable.ic_credits));
199+
creditsSummary.setDrawable(ViewUtils.getColoredIcon(R.drawable.ic_credits, requireActivity()));
200200
creditsSummary.setSummary(getString(R.string.credits_summary));
201201
creditsSummary.setOnItemClickListener(item -> new sCreditsUtils(Common.getCredits(),
202202
sUtils.getDrawable(R.mipmap.ic_launcher, requireActivity()),

0 commit comments

Comments
 (0)