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

Commit 24e42436 authored by Narinder Rana's avatar Narinder Rana
Browse files

get Accent color from OS and set Toolbar and Status bar programmatically

parent 76c19066
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -724,10 +724,6 @@ public class TaskListActivity extends BaseActivity implements TaskListFragment.C
        return color_accent;
    }





    @ColorInt int darkenColor(@ColorInt int color) {
        float[] hsv = new float[3];
        android.graphics.Color.colorToHSV(color, hsv);