Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit 06d9f57

Browse files
committed
Update previous order item design
1 parent 6c9e356 commit 06d9f57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
android:id="@+id/tvItemName"
1010
android:layout_width="wrap_content"
1111
android:layout_height="wrap_content"
12-
android:layout_marginBottom="4dp"
1312
android:layout_marginStart="8dp"
14-
android:layout_marginTop="4dp"
13+
android:layout_marginTop="8dp"
14+
android:layout_marginBottom="8dp"
1515
android:alpha=".87"
1616
android:textColor="@android:color/black"
1717
android:textStyle="bold"
@@ -26,7 +26,7 @@
2626
android:layout_width="wrap_content"
2727
android:layout_height="wrap_content"
2828
android:layout_marginStart="8dp"
29-
android:layout_marginTop="4dp"
29+
android:layout_marginTop="8dp"
3030
app:layout_constraintStart_toEndOf="@+id/tvItemName"
3131
app:layout_constraintTop_toTopOf="parent"
3232
tools:text="x 2" />

0 commit comments

Comments
 (0)