Skip to content

Commit

Permalink
Keep margin consistent.
Browse files Browse the repository at this point in the history
Co-authored-by: Irfan Ömür <[email protected]>
  • Loading branch information
hafizrahman and irfano authored Dec 27, 2024
1 parent bb014fd commit 52499ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WooCommerce/src/main/res/layout/order_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
style="@style/Woo.Divider"
android:id="@+id/divider"
android:layout_width="0dp"
android:layout_marginStart="@dimen/minor_100"
android:layout_marginStart="@dimen/major_100"
app:layout_constraintTop_toBottomOf="@+id/orderTags"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 52499ab

Please sign in to comment.