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

Commit d7b422ba authored by Georg Veichtlbauer's avatar Georg Veichtlbauer
Browse files

Eleven: Round off corners of list images

Change-Id: I6a0be571751271bfbd8e47c97ba22063cbef1a73
parent 718fc86a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
<!--
     SPDX-FileCopyrightText: 2023 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="8dp" />
</shape>
+3 −1
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@
        android:layout_height="@dimen/list_item_image_height"
        android:layout_centerVertical="true"
        android:contentDescription="@null"
        android:scaleType="centerCrop" />
        android:scaleType="centerCrop"
        android:background="@drawable/rounded_corners"
        android:clipToOutline="true" />

    <LinearLayout
        android:layout_width="match_parent"