NTP-390 | uat fix : value change (#11853)

This commit is contained in:
Apoorv Nigam
2024-07-24 13:43:15 +05:30
committed by GitHub
parent ec08717e73
commit a31b1ae1d1
2 changed files with 2 additions and 1 deletions

View File

@@ -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"/>

View File

@@ -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"