mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Tweaking styles for AllApps and widgets spaces. (Bug 10843502)
- Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
This commit is contained in:
@@ -430,7 +430,7 @@ class DeviceProfile {
|
||||
lp.gravity = Gravity.BOTTOM;
|
||||
lp.width = LayoutParams.MATCH_PARENT;
|
||||
lp.height = hotseatBarHeightPx;
|
||||
hotseat.setPadding(2 * edgeMarginPx, 0,
|
||||
hotseat.findViewById(R.id.layout).setPadding(2 * edgeMarginPx, 0,
|
||||
2 * edgeMarginPx, 0);
|
||||
}
|
||||
hotseat.setLayoutParams(lp);
|
||||
|
||||
Reference in New Issue
Block a user