mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge "Restricts the width of pin widget dialog to 89% on large screen devices" into sc-v2-dev
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class BaseWidgetSheet extends AbstractSlideInView<Launcher>
|
||||
* The maximum scale, [0, 1], of the device screen width that the widgets picker can consume
|
||||
* on large screen devices.
|
||||
*/
|
||||
protected static final float MAX_WIDTH_SCALE_FOR_LARGER_SCREEN = 0.8f;
|
||||
protected static final float MAX_WIDTH_SCALE_FOR_LARGER_SCREEN = 0.89f;
|
||||
|
||||
protected static final String KEY_WIDGETS_EDUCATION_TIP_SEEN =
|
||||
"launcher.widgets_education_tip_seen";
|
||||
|
||||
Reference in New Issue
Block a user