Loading packages/SystemUI/res/drawable/recents_low_ram_stack_button_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,6 @@ <corners android:radius="@dimen/borderless_button_radius" /> <solid android:color="#CC000000" /> <solid android:color="?attr/clearAllBackgroundColor" /> </shape> packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
packages/SystemUI/res/drawable/recents_low_ram_stack_button_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,6 @@ <corners android:radius="@dimen/borderless_button_radius" /> <solid android:color="#CC000000" /> <solid android:color="?attr/clearAllBackgroundColor" /> </shape>
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading