Aligning the search box with bottom of hotseat icons

Bug: 37616877
Change-Id: I153e754db8e6c96b47ab644e19ce110f56bf852e
This commit is contained in:
Sunny Goyal
2017-05-17 11:34:33 -07:00
parent 9863ea5dc7
commit 0dc1db4fee
2 changed files with 14 additions and 5 deletions

View File

@@ -113,9 +113,9 @@ public class DeviceProfile {
public int hotseatCellHeightPx;
public int hotseatIconSizePx;
public int hotseatBarHeightPx;
private int hotseatBarTopPaddingPx;
private int hotseatBarBottomPaddingPx;
private int hotseatLandGutterPx;
public int hotseatBarTopPaddingPx;
public int hotseatBarBottomPaddingPx;
public int hotseatLandGutterPx;
// All apps
public int allAppsNumCols;