From 3da8e380da6017e9d82db7597b63cc58ae08855c Mon Sep 17 00:00:00 2001 From: Sayed Owais Ali Date: Tue, 24 Jun 2025 19:25:06 +0530 Subject: [PATCH] NTP-71867 | Owais | minor regression fixes (#16733) --- android/navi-amc/src/main/res/layout/fund_graph_layout.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/navi-amc/src/main/res/layout/fund_graph_layout.xml b/android/navi-amc/src/main/res/layout/fund_graph_layout.xml index 41c46390e9..e3d421801b 100644 --- a/android/navi-amc/src/main/res/layout/fund_graph_layout.xml +++ b/android/navi-amc/src/main/res/layout/fund_graph_layout.xml @@ -252,7 +252,7 @@ android:layout_height="wrap_content" android:paddingTop="@dimen/_16dp" android:paddingBottom="@dimen/_20dp" - app:layout_constraintTop_toBottomOf="@id/chip_group" + app:layout_constraintTop_toBottomOf="@id/fund_investment_details" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" android:clipChildren="false" @@ -266,9 +266,9 @@ android:layout_height="wrap_content" android:visibility="gone" app:layout_goneMarginTop="@dimen/dp_64" - android:layout_marginTop="@dimen/_28dp" + android:layout_marginTop="@dimen/dp_108" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/fund_info_cards" /> + app:layout_constraintTop_toBottomOf="@id/chip_group" /> \ No newline at end of file