Skip to content

Commit c1e0fbe

Browse files
committed
Drop com.makeramen:roundedimageview
1 parent c594be8 commit c1e0fbe

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

sample/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ dependencies {
2727
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2828
implementation 'androidx.cardview:cardview:1.0.0'
2929
implementation 'com.google.android.material:material:1.0.0'
30-
31-
// View
32-
implementation 'com.makeramen:roundedimageview:2.3.0'
3330
}

sample/src/main/res/layout/item_spot.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
app:cardCornerRadius="8dp"
1414
app:cardBackgroundColor="@android:color/white">
1515

16-
<com.makeramen.roundedimageview.RoundedImageView
16+
<ImageView
1717
android:id="@+id/item_image"
1818
android:layout_width="match_parent"
1919
android:layout_height="match_parent"
2020
android:scaleType="centerCrop"
21-
app:riv_corner_radius="8dp"/>
21+
/>
2222

2323
<LinearLayout
2424
android:orientation="vertical"

0 commit comments

Comments
 (0)