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

Commit 04bf7bbb authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

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

- revert to the previous layout
- see https://googleplex-android-review.googlesource.com/#/c/182330/3

Change-Id: I854038547d845280bb3e1dadfe68eea4192635e4
parent 85d28a00
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>