From a31b1ae1d10fdb42cf802d31b4f151601da58810 Mon Sep 17 00:00:00 2001 From: Apoorv Nigam Date: Wed, 24 Jul 2024 13:43:15 +0530 Subject: [PATCH] NTP-390 | uat fix : value change (#11853) --- android/navi-amc/src/main/res/layout/fund_graph_layout.xml | 2 +- .../src/main/res/layout/list_item_progress_bottomsheet.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 00b1b50d12..8c83d383d3 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 @@ -99,7 +99,7 @@ android:id="@+id/x_axis_label" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="-10dp" + android:layout_marginTop="-12dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/chart"/> diff --git a/android/navi-amc/src/main/res/layout/list_item_progress_bottomsheet.xml b/android/navi-amc/src/main/res/layout/list_item_progress_bottomsheet.xml index 48b73d4adc..41c6a6d0a6 100644 --- a/android/navi-amc/src/main/res/layout/list_item_progress_bottomsheet.xml +++ b/android/navi-amc/src/main/res/layout/list_item_progress_bottomsheet.xml @@ -85,6 +85,7 @@ android:scrollbarSize="@dimen/dp_4" android:minHeight="275dp" android:fadeScrollbars="false" + android:clipToPadding="false" android:scrollbarThumbVertical="@color/scrollbar_color" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"