commit | 1642f7173f71699fc2699e3fc20b0f37b47cddad | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue Sep 18 11:40:35 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Tue Sep 18 11:41:02 2018 -0700 |
tree | 6b6208e2f5d9486658900128d15d83c889c66140 | |
parent | 194f58525a28150fa0757fcbe831b03b4daa4180 [diff] [blame] |
Removing ViewScrim and cutom drawing code Bug: 109828640 Change-Id: I2cab0215a32c2ca6bc331d48083fcc00ada05c3b
diff --git a/src/com/android/launcher3/InsettableFrameLayout.java b/src/com/android/launcher3/InsettableFrameLayout.java index 1db1fc0..faa18b8 100644 --- a/src/com/android/launcher3/InsettableFrameLayout.java +++ b/src/com/android/launcher3/InsettableFrameLayout.java
@@ -68,7 +68,7 @@ } public static class LayoutParams extends FrameLayout.LayoutParams { - boolean ignoreInsets = false; + public boolean ignoreInsets = false; public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs);