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

Commit ea556bb2 authored by narinder Rana's avatar narinder Rana
Browse files

update color control normal and toggle icon color : bug fixed

parent 4fa43b57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/ic_hamburger_alpha"
    android:tint="?android:attr/colorControlNormal" />
    android:tint="@color/color_default_blue1" />
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ public abstract class DrawerController implements DrawerListener {

        toolbar.setBackgroundColor(color);
        toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground));
        toggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_foreground));

        return color;
    }
}