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

Commit 0ff94a67 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 1d1771ac: am 33211ef5: am 9ace30d1: Fix permission icons size to 24dp

* commit '1d1771acbe1563f1f0cd1a9458d8f1e550a2f361':
  Fix permission icons size to 24dp
parents 0e2594b3 27b04be4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@

    <ImageView
        android:id="@+id/perm_icon"
        android:layout_width="32dp"
        android:layout_height="32dp"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_marginStart="16dp"
        android:layout_marginEnd="8dp"
        android:scaleType="fitCenter" />
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@

    <ImageView
        android:id="@+id/perm_icon"
        android:layout_width="32dp"
        android:layout_height="32dp"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_marginStart="16dp"
        android:layout_marginEnd="8dp"
        android:scaleType="fitCenter" />
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@

    <ImageView
        android:id="@+id/perm_icon"
        android:layout_width="30dip"
        android:layout_height="30dip"
        android:layout_width="24dip"
        android:layout_height="24dip"
        android:layout_alignParentStart="true"
        android:scaleType="fitCenter" />