Skip to content

Commit 233cca6

Browse files
authored
Merge pull request #14745 from woocommerce/issue/issue/woomob-1424-analytics-loading-skeleton-overdraw
Replace margin right with margin end
2 parents 0cb0770 + d029510 commit 233cca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/src/main/res/layout/skeleton_analytics_list_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
android:id="@+id/value"
2020
android:layout_width="@dimen/major_275"
2121
android:layout_height="@dimen/skeleton_text_height_75"
22-
android:layout_marginRight="@dimen/major_100"
22+
android:layout_marginEnd="@dimen/major_100"
2323
android:background="@drawable/skeleton_background"
2424
app:layout_constraintBottom_toBottomOf="@+id/subtitle"
2525
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)