Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e06c4c86 authored by Santiago Etchebehere's avatar Santiago Etchebehere Committed by android-build-merger
Browse files

Use the correct color in theme thumbnail tile

am: 6b74881f

Change-Id: Ifea75045485ffb0a8875afd0e04e52fb68513fe4
parents fffdf401 6b74881f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ public class ThemeBundle implements CustomizationOption<ThemeBundle> {
                mPreviewInfo.headlineFontFamily);
        if (mPreviewInfo.shapeDrawable != null) {
            ((ShapeDrawable) mPreviewInfo.shapeDrawable).getPaint().setColor(
                    mPreviewInfo.colorAccentLight);
                    mPreviewInfo.resolveAccentColor(res));
            ((ImageView) view.findViewById(R.id.theme_option_shape)).setImageDrawable(
                    mPreviewInfo.shapeDrawable);
        }