diff --git a/WooCommerce/src/main/res/layout/skeleton_analytics_list_item.xml b/WooCommerce/src/main/res/layout/skeleton_analytics_list_item.xml index 562c71ce6c2c..b972d8b196d8 100644 --- a/WooCommerce/src/main/res/layout/skeleton_analytics_list_item.xml +++ b/WooCommerce/src/main/res/layout/skeleton_analytics_list_item.xml @@ -19,10 +19,11 @@ android:id="@+id/value" android:layout_width="@dimen/major_275" android:layout_height="@dimen/skeleton_text_height_75" - android:layout_marginStart="352dp" + android:layout_marginRight="@dimen/major_100" android:background="@drawable/skeleton_background" app:layout_constraintBottom_toBottomOf="@+id/subtitle" - app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintLeft_toRightOf="@id/guideline" app:layout_constraintTop_toTopOf="@+id/title" />