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

Commit 5cf6373c authored by dshivangi's avatar dshivangi Committed by Shivangi Dubey
Browse files

Change background color of fold/unfold

Changed background color of fold/unfold from matching taskbar color to dark

Test: manual
Fixes: 273512066
Change-Id: I51ab94989e34bcc758dfa2652dddbcb39a711672
parent 2b2deec8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@android:color/system_neutral1_500" android:lStar="5" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class UnfoldBackgroundController {
    }

    private float[] getBackgroundColor(Context context) {
        int colorInt = context.getResources().getColor(R.color.taskbar_background);
        int colorInt = context.getResources().getColor(R.color.unfold_background);
        return new float[]{
                (float) red(colorInt) / 255.0F,
                (float) green(colorInt) / 255.0F,