Skip to content

Commit c69720f

Browse files
authored
Merge pull request #51 from sheepyis/main
최종
2 parents 361f7d1 + 2217cb0 commit c69720f

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

app/src/main/res/layout/home.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<androidx.recyclerview.widget.RecyclerView
3030
android:id="@+id/recyclerview"
3131
android:layout_width="372dp"
32-
android:layout_height="408dp"
32+
android:layout_height="430dp"
3333
android:layout_marginStart="8dp"
3434
android:layout_marginEnd="8dp"
3535
app:layout_constraintBottom_toTopOf="@+id/imageButton3"

app/src/main/res/layout/product.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
android:id="@+id/imageView4"
1111
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
13+
android:layout_marginStart="16dp"
1314
android:layout_marginTop="8dp"
1415
app:layout_constraintEnd_toEndOf="parent"
1516
app:layout_constraintHorizontal_bias="1.0"

app/src/main/res/layout/product_detail.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<TextView
3535
android:id="@+id/productsoldout"
36-
android:layout_width="227dp"
36+
android:layout_width="wrap_content"
3737
android:layout_height="24dp"
3838
android:layout_gravity="top|end"
3939
android:layout_marginStart="24dp"
@@ -59,23 +59,21 @@
5959

6060
<TextView
6161
android:id="@+id/costText"
62-
android:layout_width="37dp"
62+
android:layout_width="wrap_content"
6363
android:layout_height="22dp"
64-
android:layout_marginEnd="2dp"
6564
android:text="200"
6665
android:textColor="#FFFFFF"
6766
android:textSize="18sp"
6867
android:translationX="10dp"
6968
android:translationY="10dp"
70-
app:layout_constraintEnd_toStartOf="@+id/textView4"
7169
app:layout_constraintStart_toEndOf="@+id/costImage"
7270
app:layout_constraintTop_toBottomOf="@+id/productsoldout" />
7371

7472
<TextView
7573
android:id="@+id/textView4"
7674
android:layout_width="wrap_content"
7775
android:layout_height="wrap_content"
78-
android:layout_marginStart="6dp"
76+
android:layout_marginStart="16dp"
7977
android:layout_marginTop="8dp"
8078
android:text=""
8179
android:textColor="#FFFFFF"

0 commit comments

Comments
 (0)