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

Commit 440240db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes rounded corners for clear all button on low ram devices" into oc-mr1-dev

parents 6ba7019b d2eb55d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@

      <corners android:radius="@dimen/borderless_button_radius" />

      <solid android:color="#CC000000" />
      <solid android:color="?attr/clearAllBackgroundColor" />

</shape>
+0 −4
Original line number Diff line number Diff line
@@ -203,10 +203,6 @@ public class RecentsView extends FrameLayout {
                        mStackButtonShadowDistance.x, mStackButtonShadowDistance.y,
                        mStackButtonShadowColor);
            }
            if (Recents.getConfiguration().isLowRamDevice) {
                int bgColor = Utils.getColorAttr(mContext, R.attr.clearAllBackgroundColor);
                mStackActionButton.setBackgroundColor(bgColor);
            }
        }

        // Let's also require dark status and nav bars if the text is dark