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

Commit 116cd462 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Revert "get Accent color from OS and implement"

This reverts commit f8ef4e67.
parent d42412a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ public class DrawerAdapter extends BaseAdapter {
        textView.setTextAppearance(mActivity, activated
                ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE);
        if (activated) {
            imageView.setColorFilter(ACCENT_COLOR,
            imageView.setColorFilter(mActivity.getResources().getColor(R.color.primary_color),
                    PorterDuff.Mode.SRC_ATOP);
        } else {
            imageView.clearColorFilter();