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

Commit 07b900ff authored by Alan Viverette's avatar Alan Viverette
Browse files

Enable adjustViewBounds on preference icon so that maxWidth is used

BUG: 17437258
Change-Id: I87fcd8bfb5936aaf321f65d2b181a8dfddf3c973
parent 3ab7bf1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
            android:id="@+id/icon"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:adjustViewBounds="true"
            android:maxWidth="48dp"
            android:maxHeight="48dp" />
    </LinearLayout>