NTP-71867 | Owais | minor regression fixes (#16733)

This commit is contained in:
Sayed Owais Ali
2025-06-24 19:25:06 +05:30
committed by GitHub
parent 6901ac3999
commit 3da8e380da

View File

@@ -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" />
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>