diff --git a/app/src/main/res/layout/item_highlight_shimmer.xml b/app/src/main/res/layout/item_highlight_shimmer.xml index 21a9cc7..a30e89e 100644 --- a/app/src/main/res/layout/item_highlight_shimmer.xml +++ b/app/src/main/res/layout/item_highlight_shimmer.xml @@ -29,14 +29,14 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/shimmer_image_highlight"> - + android:layout_gravity="center" + app:srcCompat="@drawable/shape_rounded_corner" + tools:ignore="ContentDescription" /> - + app:layout_constraintTop_toBottomOf="@+id/frame_image_progress" + app:srcCompat="@drawable/shape_rounded_corner" + tools:ignore="ContentDescription" /> \ No newline at end of file