File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments