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

Commit 6230df58 authored by Shivangi Dubey's avatar Shivangi Dubey Committed by Android (Google) Code Review
Browse files

Merge "Change background color of fold/unfold" into tm-qpr-dev

parents 8a34dfc5 5cf6373c
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,