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

Commit e0ab52b6 authored by Liran Binyamin's avatar Liran Binyamin Committed by Automerger Merge Worker
Browse files

Merge "Update the color of the bubble expanded view pointer arrow to match the...

Merge "Update the color of the bubble expanded view pointer arrow to match the background color of the overflow expanded view." into udc-dev am: 41f14bf4 am: 3caf8763

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



Change-Id: I3b66024c6daa52b1334f089b0f9ec83d05d7caa4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d4bcd246 3caf8763
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ public class BubbleExpandedView extends LinearLayout {
    void applyThemeAttrs() {
        final TypedArray ta = mContext.obtainStyledAttributes(new int[]{
                android.R.attr.dialogCornerRadius,
                android.R.attr.colorBackgroundFloating});
                com.android.internal.R.attr.materialColorSurfaceBright});
        boolean supportsRoundedCorners = ScreenDecorationsUtils.supportsRoundedCornersOnWindows(
                mContext.getResources());
        mCornerRadius = supportsRoundedCorners ? ta.getDimensionPixelSize(0, 0) : 0;