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

Commit e4f6a335 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix layout as there was a regression introduced in a previous CL"

parents 2624c3ad 04bf7bbb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@
        android:orientation="horizontal">
        <ImageView
            android:id="@+android:id/icon"
            android:layout_width="48dp"
            android:layout_height="48dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:scaleType="centerCrop"
            android:layout_marginEnd="@dimen/preference_item_padding_inner"
            android:minWidth="48dp"
            android:paddingRight="@dimen/preference_item_padding_inner"
             />
    </LinearLayout>