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

Commit 172aa0c9 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 6963f2c3: am 60b645f6: Merge "Fix padding in global actions list item" into jb-mr1-dev

* commit '6963f2c3':
  Fix padding in global actions list item
parents 015009af 6963f2c3
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