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

Commit 134e24d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix inconsistent icon size in app list."

parents ff33e9bc e5109ce2
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -34,12 +34,10 @@
        android:paddingEnd="8dp"
        android:paddingTop="4dp"
        android:paddingBottom="4dp">
        <androidx.preference.internal.PreferenceImageView
        <ImageView
            android:id="@android:id/icon"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            settings:maxWidth="@dimen/secondary_app_icon_size"
            settings:maxHeight="@dimen/secondary_app_icon_size" />
            android:layout_width="@dimen/secondary_app_icon_size"
            android:layout_height="@dimen/secondary_app_icon_size"/>
    </LinearLayout>

    <LinearLayout