Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Launcher2
Commits
215b416c
Commit
215b416c
authored
12 years ago
by
Adam Cohen
Browse files
Options
Download
Email Patches
Plain Diff
Fix an error that is not being expressed
Change-Id: I8c3488906b5b95aaf20b996f488ff01bad76300c
parent
5a0f45fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/com/android/launcher2/CellLayout.java
src/com/android/launcher2/CellLayout.java
+1
-1
No files found.
src/com/android/launcher2/CellLayout.java
View file @
215b416c
...
...
@@ -1026,7 +1026,7 @@ public class CellLayout extends ViewGroup {
super
.
onSizeChanged
(
w
,
h
,
oldw
,
oldh
);
mBackgroundRect
.
set
(
0
,
0
,
w
,
h
);
mForegroundRect
.
set
(
mForegroundPadding
,
mForegroundPadding
,
w
-
2
*
mForegroundPadding
,
h
-
2
*
mForegroundPadding
);
w
-
mForegroundPadding
,
h
-
mForegroundPadding
);
}
@Override
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment