File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 29
29
<androidx .recyclerview.widget.RecyclerView
30
30
android : id =" @+id/recyclerview"
31
31
android : layout_width =" 372dp"
32
- android : layout_height =" 408dp "
32
+ android : layout_height =" 430dp "
33
33
android : layout_marginStart =" 8dp"
34
34
android : layout_marginEnd =" 8dp"
35
35
app : layout_constraintBottom_toTopOf =" @+id/imageButton3"
Original file line number Diff line number Diff line change 10
10
android : id =" @+id/imageView4"
11
11
android : layout_width =" match_parent"
12
12
android : layout_height =" wrap_content"
13
+ android : layout_marginStart =" 16dp"
13
14
android : layout_marginTop =" 8dp"
14
15
app : layout_constraintEnd_toEndOf =" parent"
15
16
app : layout_constraintHorizontal_bias =" 1.0"
Original file line number Diff line number Diff line change 33
33
34
34
<TextView
35
35
android : id =" @+id/productsoldout"
36
- android : layout_width =" 227dp "
36
+ android : layout_width =" wrap_content "
37
37
android : layout_height =" 24dp"
38
38
android : layout_gravity =" top|end"
39
39
android : layout_marginStart =" 24dp"
59
59
60
60
<TextView
61
61
android : id =" @+id/costText"
62
- android : layout_width =" 37dp "
62
+ android : layout_width =" wrap_content "
63
63
android : layout_height =" 22dp"
64
- android : layout_marginEnd =" 2dp"
65
64
android : text =" 200"
66
65
android : textColor =" #FFFFFF"
67
66
android : textSize =" 18sp"
68
67
android : translationX =" 10dp"
69
68
android : translationY =" 10dp"
70
- app : layout_constraintEnd_toStartOf =" @+id/textView4"
71
69
app : layout_constraintStart_toEndOf =" @+id/costImage"
72
70
app : layout_constraintTop_toBottomOf =" @+id/productsoldout" />
73
71
74
72
<TextView
75
73
android : id =" @+id/textView4"
76
74
android : layout_width =" wrap_content"
77
75
android : layout_height =" wrap_content"
78
- android : layout_marginStart =" 6dp "
76
+ android : layout_marginStart =" 16dp "
79
77
android : layout_marginTop =" 8dp"
80
78
android : text =" 원"
81
79
android : textColor =" #FFFFFF"
You can’t perform that action at this time.
0 commit comments