Skip to content

Commit

Permalink
Remove already-set marginStart
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizrahman committed Dec 27, 2024
1 parent 52499ab commit 96c8072
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WooCommerce/src/main/res/layout/order_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
style="@style/Woo.ListItem.Caption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/major_100"
app:layout_constraintStart_toEndOf="@id/start_barrier"
app:layout_constraintTop_toTopOf="parent"
tools:text="May 11, 1967 11:30"/>
Expand All @@ -50,7 +49,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/minor_50"
android:layout_marginStart="@dimen/major_100"
app:layout_constraintStart_toEndOf="@id/start_barrier"
app:layout_constraintTop_toBottomOf="@+id/orderDate"
tools:text="#51"/>
Expand Down

0 comments on commit 96c8072

Please sign in to comment.