NTP-59645 | claims-fix (#15957)
This commit is contained in:
@@ -173,6 +173,7 @@ class UploadedDocumentViewHolder(
|
||||
.centerCrop()
|
||||
.into(binding.documentPreviewImage)
|
||||
} else {
|
||||
binding.documentPreviewImage.clipToOutline = true
|
||||
base64Helper.decodeBase64ToBitmap(
|
||||
uploadedDocData.thumbnailUrl,
|
||||
binding.documentPreviewImage,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user