mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Readjust the available size for the recommendations in 2-pane sheet" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f8ef8f54b
@@ -64,7 +64,7 @@ public class WidgetsTwoPaneSheet extends WidgetsFullSheet {
|
||||
|
||||
// This ratio defines the max percentage of content area that the recommendations can display
|
||||
// with respect to the bottom sheet's height.
|
||||
private static final float RECOMMENDATION_SECTION_HEIGHT_RATIO_TWO_PANE = 0.75f;
|
||||
private static final float RECOMMENDATION_SECTION_HEIGHT_RATIO_TWO_PANE = 0.60f;
|
||||
private FrameLayout mSuggestedWidgetsContainer;
|
||||
private WidgetsListHeader mSuggestedWidgetsHeader;
|
||||
private PackageUserKey mSuggestedWidgetsPackageUserKey;
|
||||
|
||||
Reference in New Issue
Block a user