mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Temporarily tweaking the all apps layout to fit the screen on tablets.
Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
This commit is contained in:
@@ -429,7 +429,7 @@ public class DeviceProfile {
|
||||
int availableAppsWidthPx = (appsContainerViewPx > 0) ? appsContainerViewPx :
|
||||
availableWidthPx;
|
||||
appsViewNumCols = (availableAppsWidthPx - appsViewLeftMarginPx) /
|
||||
(allAppsCellWidthPx + allAppsCellPaddingPx);
|
||||
(allAppsCellWidthPx + 2 * allAppsCellPaddingPx);
|
||||
}
|
||||
|
||||
void updateFromConfiguration(Context context, Resources resources, int wPx, int hPx,
|
||||
|
||||
Reference in New Issue
Block a user