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

Commit 27b04be4 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

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

* commit '33211ef595057e973147f2804cc6694839ae87ac':
  Fix permission icons size to 24dp
parents 62f76f45 180d97f0
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" />