Skip to content

Commit 72aa1c6

Browse files
authored
Merge pull request #14740 from woocommerce/issue/woomob-1424-analytics-loading-skeleton-overdraw
Fix broken skeleton layout
2 parents cd12bb0 + 299d531 commit 72aa1c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
android:id="@+id/value"
2020
android:layout_width="@dimen/major_275"
2121
android:layout_height="@dimen/skeleton_text_height_75"
22-
android:layout_marginStart="352dp"
22+
android:layout_marginRight="@dimen/major_100"
2323
android:background="@drawable/skeleton_background"
2424
app:layout_constraintBottom_toBottomOf="@+id/subtitle"
25-
app:layout_constraintStart_toStartOf="parent"
25+
app:layout_constraintEnd_toEndOf="parent"
26+
app:layout_constraintLeft_toRightOf="@id/guideline"
2627
app:layout_constraintTop_toTopOf="@+id/title" />
2728

2829
<View

0 commit comments

Comments
 (0)