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

Commit 594114ac authored by narinder Rana's avatar narinder Rana
Browse files

update color control normal and toggle icon color : bug fixed

parent 5f449e58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@ public abstract class DrawerController implements DrawerListener {

        int color=activity.getResources().getColor(R.color.accent);
        toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground));
        mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_primary_text));
        mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_foreground));
        return color;
    }
}