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 {
27
27
implementation ' androidx.recyclerview:recyclerview:1.2.1'
28
28
implementation ' androidx.cardview:cardview:1.0.0'
29
29
implementation ' com.google.android.material:material:1.0.0'
30
-
31
- // View
32
- implementation ' com.makeramen:roundedimageview:2.3.0'
33
30
}
Original file line number Diff line number Diff line change 13
13
app : cardCornerRadius =" 8dp"
14
14
app : cardBackgroundColor =" @android:color/white" >
15
15
16
- <com .makeramen.roundedimageview.RoundedImageView
16
+ <ImageView
17
17
android : id =" @+id/item_image"
18
18
android : layout_width =" match_parent"
19
19
android : layout_height =" match_parent"
20
20
android : scaleType =" centerCrop"
21
- app : riv_corner_radius = " 8dp " />
21
+ />
22
22
23
23
<LinearLayout
24
24
android : orientation =" vertical"
You can’t perform that action at this time.
0 commit comments