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

Commit 6571c789 authored by Adam Powell's avatar Adam Powell
Browse files

Fix padding in global actions list item

Re-align the icon edges with the expected amount of padding in the
long-press power dialog.

Change-Id: I0d2f86447e635d5c339b07c261716e12670dc06d
parent 4224790f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:orientation="horizontal"

    android:paddingStart="16dip"
    android:paddingStart="8dip"
    android:paddingTop="6dip"
    android:paddingBottom="6dip"
    >
@@ -30,7 +30,7 @@
        android:layout_width="56dp"
        android:layout_height="56dp"
        android:layout_gravity="center"
        android:layout_marginEnd="16dip"
        android:layout_marginEnd="8dip"
        android:scaleType="center"/>

    <LinearLayout