44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" wrap_content"
66 android : layout_height =" wrap_content"
7- android : layout_marginHorizontal =" 5dp" >
7+ android : layout_marginHorizontal =" 5dp"
8+ android : background =" #00000000" >
89
9- <androidx .cardview .widget.CardView
10+ <androidx .constraintlayout .widget.ConstraintLayout
1011 android : layout_width =" wrap_content"
1112 android : layout_height =" wrap_content"
13+ android : background =" #00000000"
1214 app : layout_constraintStart_toStartOf =" parent"
1315 app : layout_constraintTop_toTopOf =" parent" >
1416
15- <androidx .constraintlayout.widget.ConstraintLayout
16- android : layout_width =" wrap_content"
17- android : layout_height =" wrap_content" >
17+ <ImageView
18+ android : id =" @+id/cancelImage"
19+ android : layout_width =" 20dp"
20+ android : layout_height =" 20dp"
21+ android : elevation =" 1dp"
22+ android : scaleType =" centerCrop"
23+ android : src =" @drawable/ic_cross"
24+ android : tint =" #fff"
25+ app : layout_constraintBottom_toBottomOf =" @id/image"
26+ app : layout_constraintEnd_toEndOf =" @id/image"
27+ app : layout_constraintHorizontal_bias =" 1"
28+ app : layout_constraintStart_toStartOf =" @id/image"
29+ app : layout_constraintTop_toTopOf =" @id/image"
30+ app : layout_constraintVertical_bias =" 0"
31+ tools : src =" @drawable/ic_cross" />
1832
19- <ImageView
20- android : id =" @+id/cancelImage"
21- android : layout_width =" 20dp"
22- android : layout_height =" 20dp"
23- android : elevation =" 1dp"
24- android : scaleType =" centerCrop"
25- android : src =" @drawable/ic_cross"
26- app : layout_constraintEnd_toEndOf =" parent"
27- app : layout_constraintTop_toTopOf =" parent"
28- tools : src =" @drawable/ic_cross" />
29-
30- <ImageView
31- android : id =" @+id/image"
32- android : layout_width =" 60dp"
33- android : layout_height =" 60dp"
34- android : elevation =" 0dp"
35- android : scaleType =" centerCrop"
36- app : layout_constraintStart_toStartOf =" parent"
37- app : layout_constraintTop_toTopOf =" parent"
38- tools : src =" @android:drawable/ic_menu_always_landscape_portrait" />
39-
40- </androidx .constraintlayout.widget.ConstraintLayout>
41- </androidx .cardview.widget.CardView>
33+ <ImageView
34+ android : id =" @+id/image"
35+ android : layout_width =" 60dp"
36+ android : layout_height =" 60dp"
37+ android : elevation =" 0dp"
38+ android : paddingTop =" 10dp"
39+ android : paddingEnd =" 10dp"
40+ android : scaleType =" centerCrop"
41+ app : layout_constraintStart_toStartOf =" parent"
42+ app : layout_constraintTop_toTopOf =" parent"
43+ tools : src =" @android:drawable/ic_menu_always_landscape_portrait" />
4244
45+ </androidx .constraintlayout.widget.ConstraintLayout>
4346</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments