NTP-59645 | claims-fix (#15957)

This commit is contained in:
Sandeep Kumar
2025-04-28 20:19:55 +05:30
committed by GitHub
parent 9146b96466
commit 979fff52db
3 changed files with 3 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ class UploadedDocumentViewHolder(
.centerCrop()
.into(binding.documentPreviewImage)
} else {
binding.documentPreviewImage.clipToOutline = true
base64Helper.decodeBase64ToBitmap(
uploadedDocData.thumbnailUrl,
binding.documentPreviewImage,

View File

@@ -54,6 +54,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginTop="@dimen/dp_40"
android:visibility="visible">
<LinearLayout

View File

@@ -31,6 +31,7 @@
android:layout_margin="@dimen/dp_1"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="1:1"
android:background="@drawable/rounded_rectangle_grey"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />