Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d707070 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove Global Actions Panel top margin."

parents 5db3fb88 cd277188
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -872,9 +872,6 @@
    <!-- Global actions grid layout -->
    <dimen name="global_actions_grid_side_margin">4dp</dimen>

    <!-- Global actions panel -->
    <dimen name="global_actions_panel_top_margin">85dp</dimen>

    <!-- The maximum offset in either direction that elements are moved horizontally to prevent
         burn-in on AOD. -->
    <dimen name="burn_in_prevention_offset_x">8dp</dimen>
+0 −2
Original line number Diff line number Diff line
@@ -1557,8 +1557,6 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
                            new FrameLayout.LayoutParams(
                                    FrameLayout.LayoutParams.MATCH_PARENT,
                                    FrameLayout.LayoutParams.WRAP_CONTENT);
                    panelParams.topMargin = mContext.getResources().getDimensionPixelSize(
                            com.android.systemui.R.dimen.global_actions_panel_top_margin);
                    panelContainer.addView(panelView, panelParams);
                    return panelContainer;
                }