mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Merge "Make SPAN_MULTIPLIER public Bug: 169294860" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
34fbea6f26
@@ -334,7 +334,7 @@ public class AllAppsGridAdapter extends
|
||||
}
|
||||
|
||||
// multiplier to support adapter item column count that is not mAppsPerRow.
|
||||
private static final int SPAN_MULTIPLIER = 3;
|
||||
public static final int SPAN_MULTIPLIER = 3;
|
||||
|
||||
private final BaseDraggingActivity mLauncher;
|
||||
private final LayoutInflater mLayoutInflater;
|
||||
|
||||
Reference in New Issue
Block a user