mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Custom color support for dock and drawer background
This commit is contained in:
@@ -180,11 +180,11 @@ public class ShelfScrimView extends ScrimView {
|
||||
return;
|
||||
}
|
||||
|
||||
// if (mProgress <= 0) {
|
||||
// onDrawFlatColor(canvas);
|
||||
// canvas.drawColor(mShelfColor);
|
||||
// return;
|
||||
// }
|
||||
if (mProgress <= 0) {
|
||||
onDrawFlatColor(canvas);
|
||||
canvas.drawColor(mShelfColor);
|
||||
return;
|
||||
}
|
||||
|
||||
int height = getHeight();
|
||||
int width = getWidth();
|
||||
|
||||
Reference in New Issue
Block a user