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

Commit e6ba5fed authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Merge "Change background color of fold/unfold" into tm-qpr-dev am: 6230df58 am: c143228d" into udc-dev am: 61de1e2e am: 3850f494

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22138584



Change-Id: I332cb7e666aa74e7947e7a3b39e29d6235a26dbc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7434eb52 3850f494
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,