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

Commit 5036e06e authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Global Actions - Power menu too tall in landscape" into rvc-dev am: 0cef70e5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12004852

Change-Id: I75fb21e7c66b499e7acc4bab1a6a24e385a4d4e5
parents b2d80612 0cef70e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:id="@*android:id/icon"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_marginBottom="45dp"
        android:layout_marginBottom="@dimen/global_actions_power_dialog_item_bottom_margin"
        android:scaleType="centerInside"
        android:tint="@color/control_primary_text" />
    <TextView
+3 −0
Original line number Diff line number Diff line
@@ -44,4 +44,7 @@

    <dimen name="biometric_dialog_button_negative_max_width">140dp</dimen>
    <dimen name="biometric_dialog_button_positive_max_width">116dp</dimen>

    <dimen name="global_actions_power_dialog_item_height">130dp</dimen>
    <dimen name="global_actions_power_dialog_item_bottom_margin">35dp</dimen>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -1061,6 +1061,7 @@
    <!-- Shutdown and restart actions are larger in power options dialog -->
    <dimen name="global_actions_power_dialog_item_height">190dp</dimen>
    <dimen name="global_actions_power_dialog_item_width">255dp</dimen>
    <dimen name="global_actions_power_dialog_item_bottom_margin">45dp</dimen>

    <!-- The maximum offset in either direction that elements are moved horizontally to prevent
         burn-in on AOD. -->