Loading res/drawable/rounded_corners.xml 0 → 100644 +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> res/layout/list_item_common.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
res/drawable/rounded_corners.xml 0 → 100644 +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>
res/layout/list_item_common.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading