From a82e8d61c70d331fa965df3fe572e8fd46be12c1 Mon Sep 17 00:00:00 2001 From: Sayed Owais Ali Date: Wed, 7 May 2025 16:08:10 +0530 Subject: [PATCH] NTP-60143 | Owais | Top Performing tag padding fix (#16077) --- android/navi-amc/src/main/res/layout/overview_icon_layout.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/navi-amc/src/main/res/layout/overview_icon_layout.xml b/android/navi-amc/src/main/res/layout/overview_icon_layout.xml index 780555cc45..9921b2221b 100644 --- a/android/navi-amc/src/main/res/layout/overview_icon_layout.xml +++ b/android/navi-amc/src/main/res/layout/overview_icon_layout.xml @@ -50,9 +50,8 @@ app:cardElevation="0dp" android:backgroundTint="@color/dark_green" android:layout_marginEnd="@dimen/_16dp" - android:layout_marginStart="@dimen/_16dp" + android:paddingStart="@dimen/_16dp" app:layout_constraintBottom_toBottomOf="@id/title" - app:layout_constraintStart_toEndOf="@id/chevron" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/title">